aBoyCanDream / 240x320-IPS-Touch-Screen-With-FT6336-and-ST7789-Example-Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Code for my test and review of the IPS Touch Screen found here: https://s.click.aliexpress.com/e/_DkVIfkD and on my youtube video found here: https://youtu.be/wwvfMQ4X7hY

You can get the Adafruit libraries on the Arduino IDE. The touch library is found here: aselectroworks/Arduino-FT6336U#6

Also, don't forget to connect the backlight led, marked "LED" on the PCB to your +3.3V rail!

And it looks like this board does not have pull-up resistors on the I2C lines (mine didn't), so add 10k resistors between SDA and +3.3V and between SCK and +3.3V. You don't want to leave these floating.

About


Languages

Language:C++ 100.0%