You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a Waveshare ESP32-S3 Touch 4B display working and have been reading through the posts about this display in other setups and the use of port expanders. Unfortunately I am a bit lost how I can get this port expander working for the display SPI. The port expander is used as follows:
Can someone help me out here, I would really appreciate it.
I am trying it like below but I am already getting stuck at the expander setup as it says The expander device has not been set when I try to define the first Pin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get a Waveshare ESP32-S3 Touch 4B display working and have been reading through the posts about this display in other setups and the use of port expanders. Unfortunately I am a bit lost how I can get this port expander working for the display SPI. The port expander is used as follows:
LCD_RST = EXIO7
LCD_CS = EXIO0
LCD_SDA = EXIO1
LCD_SCL = EXIO2
Can someone help me out here, I would really appreciate it.
I am trying it like below but I am already getting stuck at the expander setup as it says
The expander device has not been setwhen I try to define the first Pin.Beta Was this translation helpful? Give feedback.
All reactions