Fix Chatter 2 blank screen on boot (#4759)

As reported by @eureekasigns and @GPSFan, Chatter 2 had begun
to show a blank screen on boot after recent TFT display changes.

Setting TFT_BACKLIGHT_ON LOW resolves the issue.

Fixes https://github.com/meshtastic/firmware/issues/4751
This commit is contained in:
Tom Fifield
2024-09-18 09:05:32 -05:00
committed by GitHub
parent c6196b2260
commit 19c57e8ec6
+1
View File
@@ -66,6 +66,7 @@
#define SCREEN_ROTATE #define SCREEN_ROTATE
#define SCREEN_TRANSITION_FRAMERATE 5 // fps #define SCREEN_TRANSITION_FRAMERATE 5 // fps
#define DISPLAY_FORCE_SMALL_FONTS #define DISPLAY_FORCE_SMALL_FONTS
#define TFT_BACKLIGHT_ON LOW
// Battery // Battery