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'm trying to connect a 3.5 TFT display, like the one from the first post to a Nodemcu-32s, using 8bit parallel wiring, no touch.
I also need to have the wifi functional and I use different GPIOs.
Because I use Platformio/VS Code, I tried to use the platformio.ini for configuring my display, and not to edit the library's User_Setup.h file.
But my display have a lot of glitches and after a while turns full white.
For pseudo mode, I made the connections like this:
Connect D0 to D8
Connect D1 to D9
Connect D2 to D10
Connect D3 to D11
Connect D4 to D12
Connect D5 to D13
Connect D6 to D14
Connect D7 to D15
Obviously I'm doing something wrong or I forgot something because first time, when I had the User_setup file edited, the display was OK but my modifications was lost, rewritten by platformio at some "wrong move" of mine. So I am not able to compare with what I did there and it worked with what is not done right in this setup.
If need it (I mean no obvious errors in my setup), I can upload some pics, but for now I'm trying to keep the topic as clean as possible
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
-
Hello,
I'm trying to connect a 3.5 TFT display, like the one from the first post to a Nodemcu-32s, using 8bit parallel wiring, no touch.
I also need to have the wifi functional and I use different GPIOs.
Because I use Platformio/VS Code, I tried to use the platformio.ini for configuring my display, and not to edit the library's User_Setup.h file.
My platformio.ini looks like this:
But my display have a lot of glitches and after a while turns full white.
For pseudo mode, I made the connections like this:
Obviously I'm doing something wrong or I forgot something because first time, when I had the User_setup file edited, the display was OK but my modifications was lost, rewritten by platformio at some "wrong move" of mine. So I am not able to compare with what I did there and it worked with what is not done right in this setup.
If need it (I mean no obvious errors in my setup), I can upload some pics, but for now I'm trying to keep the topic as clean as possible
Thank you for your time and help
BR,
Seb
Beta Was this translation helpful? Give feedback.
All reactions