Greeting!
I heard mp has been release v1.20, it is capable for BLE pair/bonding for ESP32
LVGL is great and micropython is great too,
that would be great for me
Great thanks to @amirgon for aligning the latest mp to lv_micropython.
I was developing with stable release/v8 version, but I am expecting the BLE bonding for so long time and I think it will be implemented with latest v9/dev version of LVGL.
So, I’ve built new firmware, but the display shows strange compare with v8.
It is not only for png images , but also every widget shows strange color, which are no problem with v8.
I’ve tried,
- Built with only LV_CFLAGS=“-DLV_COLOR_DEPTH=16” flag, described in latest ili9XXX.py
- Built with LV_CFLAGS=“-DLV_COLOR_DEPTH=16” and COLOR_SWAP=1 flags, used to do in v8 version.
- Initialize the display driver with colormode=COLOR_MODE_RGB and COLOR_MODE_BGR.
- Tried with ESP-IDF 4.4.3 and 4.4.4
What am I missing?
env are,
ESP-IDF v4.4.4,
ESP32 SPIRAM,
lv_micropython - b81680a,