From b3db931dc5e41e1127bc3a4737207fa44c698bec Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 20 Mar 2020 00:34:26 +0000 Subject: [PATCH] Move label --- examples/Sprite/Animated_dial/Animated_dial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Sprite/Animated_dial/Animated_dial.ino b/examples/Sprite/Animated_dial/Animated_dial.ino index ace5a3f..a5baf76 100644 --- a/examples/Sprite/Animated_dial/Animated_dial.ino +++ b/examples/Sprite/Animated_dial/Animated_dial.ino @@ -95,7 +95,7 @@ void setup() { // Plot the label text tft.setTextColor(TFT_WHITE, bg_color); tft.setTextDatum(MC_DATUM); - tft.drawString("(degrees)", DIAL_CENTRE_X, DIAL_CENTRE_Y + 46, 2); + tft.drawString("(degrees)", DIAL_CENTRE_X, DIAL_CENTRE_Y + 48, 2); // Define where the needle pivot point is on the TFT before // creating the needle so boundary calculation is correct