The TTGO T-Display is a board based on the ESP32 that includes a 1.14 inch color display. The board can be bought for a prize of less than 7$ (including shipping, prize seen on banggood). That’s an incredible prize for an ESP32 including a display. This could be the perfect base for your next project.
1/11/2020 · Joined: Thu Oct 03, 2019 2:26 am. Re: Display on TTGO T-Display. Post. by russ_h » Wed Jan 01, 2020 9:55 pm. I used the c version https://github.com/devbis/st7789py_mpy and it works. There was an update about 5 days ago for the 135×240 TTGO display that worked for me. I’ll see if I can test the python version. Top.
1/10/2020 · MicroPython driver for ST7789v LCD as found on the board TTGO T-Display ESP32 CP2104 WiFi bluetooth Module 1.14 Inch LCD Development Board LILYGO for Arduino I have not found any library that will work with this Chinese clone DevBoard plug-n-play, so I had to do some coding.
4/20/2020 · The LilyGO TTGO T-Display development board pinout is only a subset of the pins available on the ESP32. Some pins may have different roles by software configuration. On the other hand, the use of some is fixed because of its use in the board: the pins 0 and 35 are connected to the buttons.
12/3/2019 · TTGO T-Display ESP32 is a tiny microcontroller board . It comes with 1.14? LCD, 2 programmable push button, battery connector with a charging circuit. Since it uses ESP32 module, so it has WiFi and Bluetooth capability. Plus, the price is affordable.
7/12/2020 · The watch is large but not ridiculous (like the older TTGO watch) and it seems better built than I’d expect for the price. The obvious comparison is to the PineTime watch which is smaller and better quality (more metal than plastic compared to the TTGO ) and wasp-os gives a good starting point for application development. But the TTGO has different hardware – including wifi – and firmware.
Save the file TTGO _T_Display.h to the folder User_setups of the TFT_eSPI library you just installed. Most likely this will be C:Users[username]DocumentsArduinolibrariesTFT_eSPI-masterUser_Setups Now go to the root of the TFT_eSPI.
3/15/2021 · MicroPython Hershey font demo for the TTGO -LCD board python micropython esp32 vector-graphics hershey-fonts ttgo hershey-text Updated Feb 25, 2021, Begin your TwoWire instance with the SDA and SCL pins used by the TTGO board. Change the address of the display. Lets go through those in detail. The easy one first. First, the simplest. In the Adafruit library example code, it has pin 4 set as the reset pin for the display. We need to change that to 16.