Specify background color for b&w watches
This commit is contained in:
@@ -17,6 +17,5 @@
|
|||||||
- Duration, move distance/direction, and move axis are all configurable
|
- Duration, move distance/direction, and move axis are all configurable
|
||||||
- They can also be disabled
|
- They can also be disabled
|
||||||
### Pending Features
|
### Pending Features
|
||||||
- Auto-background-adding on b&w watches
|
|
||||||
- Optional AA on bar corners
|
- Optional AA on bar corners
|
||||||
- Legacy (background invert) animations support
|
- Legacy (background invert) animations support
|
||||||
|
|||||||
@@ -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);
|
bitmap_layer_set_bitmap(current_bitmap_layer, icon);
|
||||||
#if PBL_COLOR
|
#if PBL_COLOR
|
||||||
bitmap_layer_set_compositing_mode(current_bitmap_layer, GCompOpSet);
|
bitmap_layer_set_compositing_mode(current_bitmap_layer, GCompOpSet);
|
||||||
|
#else
|
||||||
|
bitmap_layer_set_background_color(current_bitmap_layer, neat_bar->background_color);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user