summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.h
AgeCommit message (Expand)Author
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
2021-11-06Add data validity check and retries in CST816S driver. See https://github.com...Jean-François Milants
2021-09-15Fix Error screen and optimize GetTouchInfoRiku Isokoski
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-29Merge branch 'develop' into pinmaphubmartin
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-18Automatic error detectionRiku Isokoski
2021-08-03PinMap with namespace and constexprhubmartin
2021-08-02DRAFT: Put gpio pins to separate filehubmartin
2021-07-18UpdateRiku Isokoski
2021-07-15Fix most issuesRiku Isokoski
2021-07-14Update touchpad driverRiku Isokoski
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-100.16.0 TWI problems fixJoaquim
2020-11-15Include cleanup: driversokaestne
2020-10-27Handle error code when calling TwiMaster::Read().JF
2020-07-19New implementation of the I²C/TWI driver.JF
2020-03-08Do not copy LittleVgl object in DislayApp, use reference instead.JF
2020-02-12Log Touchpanel data (position + gesture!)JF
2020-01-17Disable SPI, I²C, touch controller and display controller in sleep mode.JF
2020-01-03Add basic touch panel driver.JF