1
0
Fork 0
wasp-os/wasp/drivers
Daniel Thompson 2d1942f76a k9: Add support for Senbono K9
The K9 is similar to the PineTime and P8 devices but does not appear
to use the CST[78]16 touch screen controllers. At present the protocol
is not known (readfrom yields all zeros, readfrom_mem provokes an
exception) so we have a hugely limited interface consisting of the side
button and the touchscreen interrupts (in other words we can treat the
touchscreen like a second button).

Works suprisingly well considering...

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-08-09 20:06:45 +01:00
..
flash@8105da265b wasp: Add pure-python SPI NOR FLASH drivers 2020-02-09 19:47:02 +00:00
battery.py drivers: battery: Finalize docstrings 2020-05-14 21:32:01 +01:00
bma421.py drivers: bma421: Reduce the post-reset delay 2020-06-12 08:51:44 +01:00
cst816s.py wasp: Switch to scheduling from interrupt 2020-06-30 23:04:01 +01:00
hrs3300.py drivers: hrs3300: Add a basic HRS3300 sensor driver 2020-06-22 22:22:40 +01:00
nrf_rtc.py drivers: nrf_rtc: Finalize docstrings 2020-05-14 21:36:33 +01:00
signal.py drivers: signal: Finalize docstrings 2020-05-14 21:39:14 +01:00
st7789.py drivers: st7789: Finalize docstrings 2020-05-14 21:41:02 +01:00
touch.py k9: Add support for Senbono K9 2020-08-09 20:06:45 +01:00
vibrator.py drivers: vibrator: Finalize docstrings 2020-05-14 21:42:16 +01:00