WeActStudio / MiniSTM32H7xx

STM32H750VBT6/STM32H743VIT6 Core Board With 0.96'' TFT,TF Card,8MB QSPI FLASH,8MB SPI FLASH,DVP Port
GNU General Public License v3.0
288 stars 100 forks source link

TFT display #46

Closed Nobbyhexer closed 4 months ago

Nobbyhexer commented 4 months ago

Which library do I need for the TFT display in the Arduino IDE?

include

include

include

define TFT_CS PE11

define TFT_RST -1

define TFT_DC PE13

Adafruit_ST7735 tft = Adafruit_ST7735(TFT_CS, TFT_DC, TFT_RST);

Unfortunately, this does not work.