Skip to content

Commit 67d347b

Browse files
committed
Adjust orange
1 parent 3eef6ad commit 67d347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/DBTFT/src/DBTFT.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NTPClient timeClient(ntpUDP, "pool.ntp.org");
4040
#define COLOR_BLACK 0x0000
4141
#define COLOR_BLUE 0x001F
4242
#define COLOR_YELLOW 0xFFE0
43-
#define COLOR_ORANGE 0xFDA0
43+
#define COLOR_ORANGE 0xFBE0
4444

4545
// Optional view with large destinations, does interfere with platform when station names are longer
4646
#define WIDE_MODE

0 commit comments

Comments
 (0)