You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was searching for information if this driver supports partial update for epaper displays. It seems circuitpython displayio does it, but it depends on the driver, right? SSD1680 does support partial update too.
Without partial refresh i can update every 180 seconds, that is very annoying during development. For now I've switched to C++ for my project, but i really like python much more for the purpose of my project.
The text was updated successfully, but these errors were encountered:
I was searching for information if this driver supports partial update for epaper displays. It seems circuitpython displayio does it, but it depends on the driver, right? SSD1680 does support partial update too.
With GxEPD2_GFX and this Arduino example it works well: https://github.com/WeActStudio/WeActStudio.EpaperModule/blob/master/Example/EpaperModuleTest_Arduino_ESP32C3/EpaperModuleTest_Arduino_ESP32C3.ino
Without partial refresh i can update every 180 seconds, that is very annoying during development. For now I've switched to C++ for my project, but i really like python much more for the purpose of my project.
The text was updated successfully, but these errors were encountered: