Make low fuel color configurable

This commit is contained in:
2026-06-01 21:09:35 -04:00
parent aeeb5b0e79
commit 0e96dcfd56
5 changed files with 21 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ typedef struct ClaySettings {
GColor ColorMGBars;
GColor ColorMGTime;
GColor ColorFG;
GColor ColorLowFuel;
} __attribute__((__packed__)) ClaySettings;
_Static_assert(sizeof(ClaySettings) <= 256, "ClaySettings exceeds Pebble 256-byte persist limit!");