[NXT - help wanted]: Convert display driver to pbio model.
Is your feature request related to a problem? Please describe.
The display currently works with the nxos API (see display & lcd driver). The basics are working but this is not extensible or compatible with what we need.
Describe the solution you'd like
Create a file display_nxt that is functionally equivalent to display_ev3.c. Along with the appropriate config in pbio/platform/nxt.
The references above can be used extensively. In fact, it would be good to make display_nxt self-contained, so we don't need to keep the nxos library in the end. So it can have its own SPI process loop to push the frame buffer, again much like EV3.
The new file can have the same license as the original nxos files with a line added for the Pybricks authors or the new author, similar to what we did elsewhere.
Then the higher level MicroPython code should begin to work automagically!
Additional context @schodet already knows much about it, so I would say that he gets first choice of working on it if he wants to 😄