From 319e4402ebdd8210ca08315f62f623dfa00957a7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 16 Jan 2026 20:58:21 +0100 Subject: [PATCH] adjust some settings related to scrollng --- include/scrolling_text.h | 2 +- src/globals.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/scrolling_text.h b/include/scrolling_text.h index e384542..156b7a2 100644 --- a/include/scrolling_text.h +++ b/include/scrolling_text.h @@ -20,7 +20,7 @@ private: static const unsigned long SCROLL_INTERVAL = 5; static const unsigned long HOLD_DURATION = 2000; - static const int SCROLL_GAP = 10; + static const int SCROLL_GAP = 25; public: ScrollingTextDisplay(TFT_eSprite* spr, int y, int maxW, int x = 35, int inuseH = -1 ) : diff --git a/src/globals.cpp b/src/globals.cpp index 1ab6a81..eadd58d 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -352,4 +352,4 @@ ScrollingTextDisplay lpsDisplay(&PSSprite, 0, 150); ScrollingTextDisplay rtplusDisplay(&GeneralTextSprite, 147, 173, 35, 19); ScrollingTextDisplay eonDisplay(&GeneralTextSprite, 174, 173, 35, 19); ScrollingTextDisplay eccDisplay(&FullLineSprite, 198, 270); -ScrollingTextDisplay rtDisplay(&FullLineSprite, 220, 268); // 268 bc of the A/B thing \ No newline at end of file +ScrollingTextDisplay rtDisplay(&FullLineSprite, 220, 270); \ No newline at end of file