summaryrefslogtreecommitdiff
path: root/wasp/drivers/cst816s.py
AgeCommit message (Collapse)Author
2020-06-11drivers: cst816s: optimize for power saving and responsivenessFuji Pebri
Signed-off-by: Fuji Pebri <pebri86@gmail.com> [daniel@redfelineinja.org.uk: removed leading underscore from method arguments, removed redundant state tracking, adopt i2c.writeto_mem] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-05-14drivers: cst816s: Finalize docstringsDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-08drivers: cst816s: Minor tweaks to the generated documentation.Daniel Thompson
2020-03-08wasp: Integrate the touch driverDaniel Thompson
At this point we are starting to bring an event model for applications but there's still a long way to go!
2020-03-07drivers: cst816s: Decouple from the watch moduleDaniel Thompson
2020-03-06wasp: cst816s: Initial PoC driverDaniel Thompson