Hardware setup¶
Board configs, drivers, and the board-devices contract docs live in micropython-hardware and are published on GitHub Pages (markdown → HTML, not Read the Docs):
pydevices.github.io/micropython-hardware
| Topic | Page |
|---|---|
| Board configs | board-configs |
| Board devices contract | board-devices |
| Display / touch drivers | display-drivers, touch-drivers |
| Device matrix | device-matrix |
pydisplay still documents how apps use those boards:
- Runtime —
display_drv/runtime/ touch read - Config files —
board_config.pyand add-on templates