Modules§
- battery
- Battery monitor for the Koinslot device. With battery icon drawing capabilities.
- button_
async - src/buttons.rs Button event system using a shared Channel for press/release detection.
- button_
poll - src/button_poll.rs Button polling library for Kywy board (direct level check, no async) Returns true (Pressed) or false (Released) Requires feature ‘button_poll’
- display
- Kywy Display Driver
- macros
- sdcard
- SD-Card reads and writes using async SPI bus does not apear to be currently supported.