lbthomsen / esp32_st7789

LittlevGL ported to ESP32 using st7789 display controller (work in progress - not yet working!)
MIT License
0 stars 0 forks source link

Make it work on st7789 #1

Open lbthomsen opened 4 years ago

lbthomsen commented 4 years ago

ILI9141 init and communications:

https://github.com/littlevgl/esp32_ili9341/blob/master/components/drv/ili9341.c

ST7789 init and communications:

https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_Drivers/ST7789_Init.h and https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_Drivers/ST7789_2_Init.h

Second version definitely shorter.