bdk: lvgl: complete black theme

This has the side-effect to make any theme color component from 0x0B to 0xC7 work.
This commit is contained in:
CTCaer
2026-02-07 00:04:44 +02:00
parent b297e58bc8
commit 380bbe77a5
4 changed files with 36 additions and 56 deletions

View File

@@ -82,13 +82,6 @@ typedef struct {
} label;
#endif
#if USE_LV_IMG != 0
struct {
lv_style_t *light;
lv_style_t *dark;
} img;
#endif
#if USE_LV_LINE != 0
struct {
lv_style_t *decor;