|
Hi there, I have a working setup with Arduino, ESP32 and a GDEP073E01 color e-Ink display. When I try a partial update, the screen will be updated completely and the previous content is removed. This is how my code snipped looks like: I have a "hello world" text printed @100,100 before and this will be removed by above procedure should partial update be supported this way? Thanks a lot! |
Replies: 2 comments 7 replies
|
Hi Christian The controllers of 6-color or 7-color e-paper displays have neither partial window addressing capability, nor partial window refresh, as far as I know. Therefore GxEPD2 can't provide partial refresh on these displays. |
Version 1.6.8
My other 6 or 7 color displays don't know the 0x83 command, it is simply ignored. |
Version 1.6.8
My other 6 or 7 color displays don't know the 0x83 command, it is simply ignored.