Waveshare ST7789 - Read function not working & Animated Dial not working either #2237
-
The screen: https://www.waveshare.com/wiki/2inch_LCD_Module#Feature The technical manual for this screen is here: https://www.waveshare.com/w/upload/a/ad/ST7789VW.pdf
Unfortunately I do not understand any of this well enough to edit the library to solve it. Is there a way to fix this? I have spent a long time googling so apologies if this has been answered. Error from the ReadWriteDiagnostic:
Arduino/TEensy errors from trying to run the Animated Dial:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
There are a few reasons why it does not work.
|
Beta Was this translation helpful? Give feedback.
-
I see this in the suppliers web page: "Note: Different from the traditional SPI protocol, the data line from the slave to the master is hidden since the device only has display requirement." So that suggests the board does not support reads. |
Beta Was this translation helpful? Give feedback.
-
I have reached out to Waveshare with this issue. In the manual https://www.waveshare.com/w/upload/a/ad/ST7789VW.pdf on page 58 there is discussion of read capability. Does this help at all? Thanks, Mike |
Beta Was this translation helpful? Give feedback.
-
That is excellent, thanks so much! Question - is it possible to push a sprite into another sprite? I notice there is a pushToSprite option but didn't see any documentation. It would be so cool to basically "package" several sprites into one larger one for example. Also, last q, are smaller sprites faster to render than larger sprites? I'm having some performance issues with sprites but I used the entire screen because it was easier to position things. Thanks again, Mike |
Beta Was this translation helpful? Give feedback.
-
I completely understand. Many thanks for your time. I hope you are truly well paid for your genius. |
Beta Was this translation helpful? Give feedback.
I see this in the suppliers web page:
"Note: Different from the traditional SPI protocol, the data line from the slave to the master is hidden since the device only has display requirement."
So that suggests the board does not support reads.