←back to thread

76 points todsacerdoti | 1 comments | | HN request time: 0.207s | source
Show context
mikeInAlaska ◴[] No.43684454[source]
Here's a rust version i made with bitmapped fonts for both i2c and SPI https://github.com/scopenews/minimalSSD1306driver/ I was running this on my pi as a demo.

I normally work with C++ on esp32 for these little displays, and in there I use a screen buffer for partial refreshes which makes them very fast !!

replies(1): >>43685277 #
1. grmnygrmny2 ◴[] No.43685277[source]
That’s very cool - I definitely gotta work on adding partial refreshes. Thanks for sharing!