General cleanup and optimization (shrink menu logo palette; fix menu logo symmetry; change default color of super8 to match preset defaults

This commit is contained in:
2026-06-04 19:31:07 -04:00
parent 5748ee636f
commit 1c25daac8d
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ static const uint16_t s_fuel_guage_x_pos = PBL_DISPLAY_WIDTH - 23;
// settings statics
static ClaySettings settings;
static GColor s_applied_fg = GColorWhite;
static GColor s_applied_time_mg = GColorWhite;
static GColor s_applied_time_mg = GColorDarkGray;
// bitmap statics
static GBitmap *s_font_bitmaps[10];
@@ -390,7 +390,7 @@ static void init() {
} else {
settings.DateTimeoutSecs = 3;
settings.ShowTimeMG = false;
settings.LowFuelBars = 21;
settings.LowFuelBars = 2;
settings.ColorLED = GColorWhite;
settings.ColorBG = GColorBlue;
settings.ColorMGBars = GColorDarkGray;