Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.79k stars 1.09k forks source link

TTGO T2 0.95 oled not work #1166

Closed tnthdrhks1 closed 3 years ago

tnthdrhks1 commented 3 years ago

i use this library to set text in ttgo t2 0.95 oled's led(https://ko.aliexpress.com/item/32843038592.html). but it didn't work i use "Setup22_TTGO_T4" and "Setup25_TTGO_T_Display" to change pin number as this

define TFT_MOSI 13

define TFT_MISO 12

define TFT_SCLK 14

define TFT_CS 15

define TFT_DC 16

define TFT_RST 4

sorry for my bad english and I hope you give me an answer Thank you

Bodmer commented 3 years ago

The library does not support the SSD1331 display fitted to that board. Support for new displays is added from time to time.

tnthdrhks1 commented 3 years ago

Thanks bro