Support for Parallel Displays using GPIO > 31 for Data #2277
dkalliv
started this conversation in
Compatible displays and setup files
Replies: 1 comment 4 replies
-
There are two incompatibilities:
The only way around this would be to add a new ST7701 driver and hack the board to connect say the free GPIO3 to GPIO46 and then use GPIO3 as D1. This situation may change in the future but not for quite some time... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Bodmer,
I recently picked up a "WT32-SC01 Plus" display, which adresses many of the original WT32-SC01's shortcomings and uses 8Bit parallel communication. Unfortunately, the manufacturer chose to wire TFT_D1 to GPIO46, which currently does not work with TFT_eSPI. Is there any way to support Data pins using GPIO > 31 (I understand, there will be a performance penalty)?
LovyanGFX does not seem to have this restriction, but I do prefer your library as it is much more mature and way "cleaner" (my perception ;-))
Thank you for any help you can provide
Beta Was this translation helpful? Give feedback.
All reactions