Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it saves ~60KB of flash!

This commit is contained in:
JF
2020-04-05 18:54:04 +02:00
parent 932c0479ee
commit d5c2a58914
53 changed files with 1123 additions and 3701 deletions

View File

@@ -37,7 +37,7 @@
#define LV_COLOR_SCREEN_TRANSP 0
/*Images pixels with this color will not be drawn (with chroma keying)*/
#define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/
#define LV_COLOR_TRANSP LV_COLOR_MAKE(0x6c, 0xFc, 0x6a)/*LV_COLOR_LIME*/ /*LV_COLOR_LIME: pure green*/
/* Enable chroma keying for indexed images. */
#define LV_INDEXED_CHROMA 1