Background->Color als global #define

This commit is contained in:
rxf
2024-07-11 23:47:34 +02:00
parent 8414ceb404
commit e40034213e
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ typedef struct {
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240
#define BACKGROUND_COLOR 0xD3F0FF
#ifdef MAIN
ARC arcTemp = {NULL, "temp", 40, -1, 110, 30.0, "%.1f°C", "°C", 10, 30, 20, 25, -11};
ARC arcHum = {NULL, "humi", 170, -1, 110, 60.0, "%.0f%%", "%", 40, 100, 65, 70, 2};