pybricks-micropython
pybricks-micropython copied to clipboard
NXT display support using pbio model
This migrates the LCD driver from nxos to pbio model. Handling is now done in pbio thread context and the driver is made compatible with pbio/image.
The nxos display functions are dropped, and the remaining code using them are updated to use pbio/image. If decision is taken to drop them, it can be done later.