feat(draw/sw): add support for LV_COLOR_FORMAT_I1 (#6345)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
Fabian Blatz
2024-07-19 12:10:28 +02:00
committed by GitHub
parent e3f8d167cd
commit 790aa5a529
146 changed files with 2163 additions and 46 deletions
+5
View File
@@ -238,6 +238,11 @@ menu "LVGL configuration"
bool "Enable support for A8 color format"
default y
depends on LV_USE_DRAW_SW
config LV_DRAW_SW_SUPPORT_I1
bool "Enable support for I1 color format"
default y
depends on LV_USE_DRAW_SW
config LV_DRAW_SW_DRAW_UNIT_CNT
int "Number of draw units"