touch driver for ttgo watch 2020

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
jhfoo
Posts: 17
Joined: Tue Jul 07, 2020 6:50 am

touch driver for ttgo watch 2020

Post by jhfoo » Sat Aug 01, 2020 3:12 am

Looking for some guidance how to source/ install the FT6236 driver for the above ESP-32-based watch, that will work on micropython.

Aware of this site https://github.com/OPHoperHPO/lilygo-tt ... icropython that includes the build. The driver seems to be embedded with lvgl.

User avatar
russ_h
Posts: 88
Joined: Thu Oct 03, 2019 2:26 am
Contact:

Re: touch driver for ttgo watch 2020

Post by russ_h » Sat Aug 01, 2020 7:22 am

Grab the focaltouch driver from Franz Schaefers' repo at https://gitlab.com/mooond/t-watch2020-e ... altouch.py and copy it to your watch.

See https://github.com/russhughes/st7789_mp ... ch_draw.py for a simple drawing program example.

jhfoo
Posts: 17
Joined: Tue Jul 07, 2020 6:50 am

Re: touch driver for ttgo watch 2020

Post by jhfoo » Sat Aug 01, 2020 9:41 am

russ_h wrote:
Sat Aug 01, 2020 7:22 am
Grab the focaltouch driver from Franz Schaefers' repo at https://gitlab.com/mooond/t-watch2020-e ... altouch.py and copy it to your watch.

See https://github.com/russhughes/st7789_mp ... ch_draw.py for a simple drawing program example.
As usual you're a lifesaver @russ_h! Sample code above tested and confirmed.

Post Reply