Specify background color for b&w watches

This commit is contained in:
2026-07-20 23:39:35 -04:00
parent 28c50819ad
commit 1f07cf7563
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -17,6 +17,5 @@
- Duration, move distance/direction, and move axis are all configurable
- They can also be disabled
### Pending Features
- Auto-background-adding on b&w watches
- Optional AA on bar corners
- Legacy (background invert) animations support
+2
View File
@@ -380,6 +380,8 @@ void neat_bar_layer_set_icon(NeatBarLayer *neat_bar, ButtonId button_id, GBitmap
bitmap_layer_set_bitmap(current_bitmap_layer, icon);
#if PBL_COLOR
bitmap_layer_set_compositing_mode(current_bitmap_layer, GCompOpSet);
#else
bitmap_layer_set_background_color(current_bitmap_layer, neat_bar->background_color);
#endif
}