pybricks-micropython icon indicating copy to clipboard operation
pybricks-micropython copied to clipboard

NXT display support using pbio model

Open schodet opened this issue 2 weeks ago • 3 comments

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.

schodet avatar Dec 21 '25 09:12 schodet