Settings re-org (prep for separate hour and minute colors)
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user