summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-04-24Reformatted all the files according to clang-format styleAvamander1-10/+9
2021-04-100.16.0 TWI problems fixJoaquim1-1/+2
More memory for freertos heap and timer stack Fix warning in watchface Fix number of bytes read by cst816 Debug app to show freertos tasks Increased the number of bytes of the twi write buffer
2021-04-04Big UI and navigation RewriteJoaquim1-50/+30
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2020-11-15Include cleanup: driversokaestne1-3/+4
2020-10-27Handle error code when calling TwiMaster::Read().JF1-1/+3
2020-08-22Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF1-5/+8
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF1-4/+3
2020-07-19New implementation of the I²C/TWI driver.JF1-31/+23
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
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.