martinberlin / lv_port_esp32-epaper

LVGL ported to ESP32 including various display and touchpad drivers. Forked to support parallel epaper displays (using EPDiy as a component) Supports also L58 touch controller used in Lilygo EPD47
https://www.tindie.com/search/?q=Kindle
MIT License
44 stars 8 forks source link

Add L58 touch driver #3

Closed martinberlin closed 10 months ago

martinberlin commented 3 years ago

Add a LVGL driver for the touch that comes with Lilygo parallel epaper EPD47

martinberlin commented 3 years ago

L58 Touch driver added using a hook to our own component FT6X36: https://github.com/martinberlin/lvgl_epaper_drivers/blob/debae0b8145c4ead1c18568cc46075e25f1691e4/lvgl_touch/l58.cpp

FT6X36-IDF is updated and has the loop() modified so it can return x, y and event that we need to fix LVGL.

Needs documentation

martinberlin commented 3 years ago

Two images for new Readme

epaper_200x200

touch_200x200

martinberlin commented 10 months ago

Added