Closed Bwanna closed 2 years ago
Check DC and RST pins are not being defined elsewhere and that the correct setup file is being included.
Here's what I've done, still not working:
Have tested with a few different ESP dev modules - no luck.
Again - hardware works fine using any other ST7789 library with the same configurations. Need to get TFT_eSPI working so it will interface with GUISlice software.
ANY ideas would be appreciated.
RESOLVED
Had to insert into Setup18_ST7789.h the pin defines from the User_Setup.h file. Don't understand why the same pin defines wouldn't work when placed in the Sketch or the User_Setup.h file?
It sounds like 2 setup files are being called up. The User_Setup_Select.h file should only have one line uncommented.
(Trying to follow the template. Please let me know if I missed anything.)
User_Setup.h
Read_User_Setup.h OUTPUT
NOTE Display works correctly same pin assignments with https://github.com/adafruit/Adafruit-ST7735-Library.