Closed 4ib3r closed 5 months ago
1 bit color depth is not supported. Use the most recent code.
And just FYI, I have tested this on an Inkplate 6 Plus in monochrome mode (but using 16 bit color depth in LVGL) and it works ok. Slow, obviously, and you need to make all backgrounds pure black, but it does work. Better support for monochrome and e-ink will come in the future.
Describe the bug Hello, I try to display simple label on e-paper display, but it crash on start, and don't display anything.
To Reproduce Lvgl component from commit: 8b113e0afd9f8c88e9960189ae7baa970aa9dd81
My config:
Esphome log:
Decoded stack trace:
This board doesn't has psram and this causing crash when lvgl buffer is 100%. If I think correctly with smaller buffer it should work. Anyone have any ideas how to solve this problem?