summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-05 18:54:04 +0200
committerJF <jf@codingfield.com>2020-04-05 18:54:04 +0200
commitd5c2a58914fdeac4ef69382269b81d529e6d7c90 (patch)
tree8447f6b7bbff0f423e9cf5d15ed709c630bed25e /src/libs
parent932c0479ee7c501bc224435943c73a368001845e (diff)
Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it saves ~60KB of flash!
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index 2f9c00e7..309d65be 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -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