Nodemcu and GC9A01 #1490
Replies: 2 comments 9 replies
-
Run the "Read_User_Setup" sketch and check the output on the Serial monitor window to verify the setup picked up be the compiler are correct. |
Beta Was this translation helpful? Give feedback.
-
I know i am too late, but maybe it helps someone else in the future, the issue with esp8266 and this specific display is that the CS pin is by default pulled HIGH from the display's level converter and as a result if u connect the display to D8 (GPIO15) then nothing works since that PIN needs to be LOW during ESP8266 booting. Just pick a different PIN for CS and make sure the one u pick can be pulled HIGH during boot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First Bodmer THANKS for your work!

I have some issues with my display and nodemcu.
This is my connection layout
I edited the User_Setup.h -> uncommented this:
#define GC9A01_DRIVER and
#define TFT_HEIGHT 240 // GC9A01 240 x 240
So everything should be fine?
But if I load an example like (drawXBitmap or something else) to the Nodemcu nothing happen.
I hope someone can help me :)
Best regards and many thanks
Alex
Beta Was this translation helpful? Give feedback.
All reactions