Settings re-org (prep for separate hour and minute colors)

This commit is contained in:
2026-06-27 19:59:14 -04:00
parent 7c1aa5b484
commit 206b066a58
5 changed files with 100 additions and 62 deletions
+5 -3
View File
@@ -5,18 +5,20 @@
typedef struct ClaySettings {
bool EnablePeek;
bool TrackBTStatus;
bool ShowTimeMG;
bool UseCustomLED;
bool TrackBTStatus;
uint8_t DateTimeoutSecs;
uint8_t LowFuelPercent;
bool UseCustomLED;
GColor ColorLED;
GColor ColorBG;
GColor ColorMGBars;
GColor ColorBarsCool;
GColor ColorBarsHot;
GColor ColorMGTime;
GColor ColorFG;
GColor ColorLetters;
GColor ColorHours;
GColor ColorMinutes;
GColor ColorWarning;
} __attribute__((__packed__)) ClaySettings;