Using readRect with WaveShare 1.28 inch LCD #2856
Replies: 2 comments 1 reply
-
It looks like trt_Read_8() function is not working. This function is in TFT_eSPI.cpp around line 1394 in my version (2.5.0). It is always returning 255. |
Beta Was this translation helpful? Give feedback.
-
That display has a DIM (data in) pin. It does not support reading from the CGRAM. You can use sprites instead, see example here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know if the WaveShare LCD supports reading graphics using the readRect function in TFT_eSPI? I am running the AnimatedDial sample program on an ESP32 DevKit V1. Everything works until the dial moves. Instead of filling in the area of the old dial position with the correct background it is filling it with all white pixels. Everything else seems to work OK.
Beta Was this translation helpful? Give feedback.
All reactions