summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-02-16Add touch panel port to lvgl.JF1-20/+20
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-12Log Touchpanel data (position + gesture!)JF1-14/+43
2020-01-17Disable SPI, I²C, touch controller and display controller in sleep mode.JF1-0/+10
Re-enable them on wake up. Remove delays that were not needed in st7889 driver. Hopefully, it'll improve the battery life!
2020-01-03Add basic touch panel driver.JF1-0/+77
Handle touch event in display app : draw a big square at the touch point coordinates.