Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Learning how to connect an SSD1306 OLDED screen to the Pico PI using the I2C protocol.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages