Fix misc. issues on b&w watches due to GCompOpSet

This commit is contained in:
2026-07-19 19:56:13 -04:00
parent 11ea312572
commit 3b84319f83
10 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -66,10 +66,10 @@
"sdkVersion": "3",
"targetPlatforms": [
"basalt",
"diorite",
"chalk",
"flint",
"diorite",
"emery",
"flint",
"gabbro"
],
"uuid": "3097b48e-552c-4a78-92b2-566b9128640e",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Before

Width:  |  Height:  |  Size: 94 B

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 B

Before

Width:  |  Height:  |  Size: 92 B

After

Width:  |  Height:  |  Size: 92 B

+2
View File
@@ -190,7 +190,9 @@ static void main_window_load(Window *window) {
// sleep bar and icon
s_sleep_bar_layer = layer_create(s_sleep_bar_start);
s_logo_layer = bitmap_layer_create(s_logo_start);
#if PBL_COLOR
bitmap_layer_set_compositing_mode(s_logo_layer, GCompOpSet);
#endif
bitmap_layer_set_bitmap(s_logo_layer, s_logo_icon);
s_last_watched_layer = text_layer_create(GRect(MARGIN, 0, PBL_DISPLAY_WIDTH - (2 * MARGIN) - NEAT_BAR_WIDTH - PBL_IF_ROUND_ELSE(0, MARGIN / 2), s_available_height)); // y position updated when layer is written to