Learning how to connect a screen to the Pico PI, in just four wires apparently!
But then learning how to talk to it using I2C (inter-integrated circuits, eye-squared-see) serial to control the display.
The displays have a weird vertical byte layout, but it makes sense for lanes or 'pages' or 8 pixel text.
Once I can communicate, I'll make a RAM buffer to blit over, allowing maybe 30fps animation.
And I'll need my own font, printing routines, scrolling, etc... Plus of course glitch startup and...
Hmm I'll hopefully end up with a little demo, but along the way learn i2c, and create some basic print and screen routines to reuse.