Make low fuel color configurable
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user