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:
Binary file not shown.
|
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 140 B |
Binary file not shown.
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 247 B |
+2
-2
@@ -29,7 +29,7 @@ static const uint16_t s_fuel_guage_x_pos = PBL_DISPLAY_WIDTH - 23;
|
|||||||
// settings statics
|
// settings statics
|
||||||
static ClaySettings settings;
|
static ClaySettings settings;
|
||||||
static GColor s_applied_fg = GColorWhite;
|
static GColor s_applied_fg = GColorWhite;
|
||||||
static GColor s_applied_time_mg = GColorWhite;
|
static GColor s_applied_time_mg = GColorDarkGray;
|
||||||
|
|
||||||
// bitmap statics
|
// bitmap statics
|
||||||
static GBitmap *s_font_bitmaps[10];
|
static GBitmap *s_font_bitmaps[10];
|
||||||
@@ -390,7 +390,7 @@ static void init() {
|
|||||||
} else {
|
} else {
|
||||||
settings.DateTimeoutSecs = 3;
|
settings.DateTimeoutSecs = 3;
|
||||||
settings.ShowTimeMG = false;
|
settings.ShowTimeMG = false;
|
||||||
settings.LowFuelBars = 21;
|
settings.LowFuelBars = 2;
|
||||||
settings.ColorLED = GColorWhite;
|
settings.ColorLED = GColorWhite;
|
||||||
settings.ColorBG = GColorBlue;
|
settings.ColorBG = GColorBlue;
|
||||||
settings.ColorMGBars = GColorDarkGray;
|
settings.ColorMGBars = GColorDarkGray;
|
||||||
|
|||||||
Reference in New Issue
Block a user