Add parallel bus reads for RP2040 #3066
Replies: 4 comments
-
Parallel but reads are currently not supported on RP2040. I will add as a TODO for the future. Using sprites mat be a workaround option as pixel read works in sprites. |
Beta Was this translation helpful? Give feedback.
-
does this work on parallel? void readRect(int32_t x, int32_t y, int32_t w, int32_t h, uint16_t *data); |
Beta Was this translation helpful? Give feedback.
-
Typo corrected: |
Beta Was this translation helpful? Give feedback.
-
awe bummer , thanks bodmer for all the great and amazing things you do! the community wouldn't be as much fun without you ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
To minimise effort to resolve issues the following should be provided as a minimum:
A description of the problem and the conditions that cause it to occur
tft.readPixel does not work with RM68140, not sure if i missed the documentation on this function not being part of the driver which is possible. i have a ton of these screens though, and if this doesn't function its going to spoil it a little bit for me.
IDE (e.g. Arduino or PlatformIO)
arduino
TFT_eSPI library version (try the latest, the problem may have been resolved!) from the Manage Libraries... menu
lib from github
Board package version (e.g. 2.0.3) available from the Boards Manager... menu
latest earl philhower 2.3.2
Procesor, e.g RP2040, ESP32 S3 etc
TFT driver (e.g. ILI9341), a link to the vendors product web page is useful too.
RM68140
Interface type (SPI or parallel)
parallel
i simplified the code i am trying to achieve and dumped it out of my code into an example and the result is always the same the variable is 0.
Beta Was this translation helpful? Give feedback.
All reactions