From d5c2a58914fdeac4ef69382269b81d529e6d7c90 Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 5 Apr 2020 18:54:04 +0200 Subject: Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it saves ~60KB of flash! --- src/libs/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/lv_conf.h') 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 -- cgit v1.2.3