tcmenu compatibility with Lilygo T-embed ESP32-s3 custom control board #319
-
Has anyone tried any tcmenu compatibility testing with the above T-embed ESP32-s3 board? It seems well suited as it has an integral rotary encoder with pushbutton, and an LCD using SPI on the ST7789 lcd controller. It kind of looks like it was designed with a tcmenu style UI in mind. I'm thinking of getting one to try with tcmenu and would welcome any words of encouragement etc. regarding compatibility. One thing of note is that this T-embed board already uses most of the existing ESP32-s3 GPIO pins, so there is limited selection for further customisation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
I have tried it with a esp32s3 mini with an external rotary encoder and st7735. It is even in the examples. Should not be difficult to set up for that board. |
Beta Was this translation helpful? Give feedback.
-
Hi Dave & Co. I'm currently trying to put Tcmenu on a Lilygo T-Display-S3. This has a 1.9 inch 170x320 LCD connected to a ST7789 controller in 8-bit parallel mode. Do you please have any Tcmenu example code for an ESP32 interfacing in 8-bit parallel mode to the LCD? Or any other pointers where to start? |
Beta Was this translation helpful? Give feedback.
-
Great news. |
Beta Was this translation helpful? Give feedback.
I have tried it with a esp32s3 mini with an external rotary encoder and st7735. It is even in the examples. Should not be difficult to set up for that board.