fbiego / CST816S

An Arduino library for the Hynitron CST816S capacitive touch screen IC
MIT License
47 stars 23 forks source link

Screen Size #5

Open Arielhh opened 1 year ago

Arielhh commented 1 year ago

Hi, where should I define the screen size?

KyleJewiss commented 1 year ago

I used the TFT_eSPI library for printing things to the screen. In the user_setup.h file in this library you can select the screen, which loads the screen size and a couple other things automatically.

Arielhh commented 1 year ago

I used the TFT_eSPI library for printing things to the screen. In the user_setup.h file in this library you can select the screen, which loads the screen size and a couple other things automatically.

Thanks :)