Replies: 2 comments 1 reply
-
Please raise this as a discussion, it is not an issue. Issues are confirmed broken behavior in the libraries somewhere, this is most likely an electrical issue on your board. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry it was my mistake. I finally realized that the DC pin cannot be connected to GPIO0. After I reconfigured the gpio it worked fine. Confusingly it runs the graphical example or the menu example appears to be displayed normally. Anyway thank you very much. |
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.
-
Describe the bug
The tcmenu works well until the PCF8575 IO expander is selected in the tcmenu desiginer. generate and upload the code, the screen becomes blurred, event I haven't wired them up yet.
Commerical or Personal use
Personal use
Embedded environment
Arduino ide 1.8.19
Board: ESP8266
Display: ST7789 driven by TFT_eSPI, connected with HW SPI
TFT_CS----GPIO 15
TFT_DC----GPIO 0
TFT_RST----GPIO 2
PCF8575 expander board, address: 0x20
SCL----GPIO 5
SDA----GPIO 4
Screenshots

Before adding the IO expander, it looks normal.
Is my setting wrong? Your projects are very helpful for the beginner like me, thank you.
Beta Was this translation helpful? Give feedback.
All reactions