AVartanyan
AVartanyan
@FilipSzkandera It will be really hard for me to debug it, since I do not have the display anymore. However, I have tested the partial update with LVGL v7.11 and...
@FilipSzkandera Thank you for working to fix the issue. The initialization is required no matter if it is a partial or a full refresh. "ssd1680_init();" should stay before the "if(!partial_counter)..."....
> No luck, I merged contributes from both driver repositories like you did for both IDF V5- LVGL v8 compatibility and SSD1680 support, but @AramVartanyan test project brings up only...
@maxiiiiiiii, this example could be helpful to you as a starting point: [Watering + DHT22 on Battery and Solar](https://github.com/AramVartanyan/esp-homekit-sdk/tree/master/examples/waterbatt)
Actually it is very compatible with esp32. There is just slight difference in the GPIO initialization and the GPIO range in Kconfig. Everything else is originally done for esp32, including...