Connecting TL021WVC02CT-B1323B via SPI to ESP-WROOM-32 #518
Unanswered
brightproject
asked this question in
Q&A
Replies: 1 comment
-
|
Did you have any success with getting the display to work? Did you get the backlight to turn on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
2.1 inchdisplay on theST7701controllerpinout
I also have an
esp-wroom-32, its pinout is like thisCan I connect this display to this microcontroller via
3-SPI?Or only via
4-SPIorRGBinterface?I found the only file in this library that seems to work with the display controller
ST7701But here the connection is via the
RGBinterface.The configuration of my equipment that I described above is available to me now.
In general, I have an
esp32-s3-16nr8and in the future I plan to make a printed circuit board with anRGBconnection, but now I wanted to try working with this display with an oldesp32microcontroller.In a simple example
I didn't understand how to set my pins for the display, or are they hardcoded in the code and I need to
connect/solderthe contacts as indicated in the commented line?Beta Was this translation helpful? Give feedback.
All reactions