Skip to content

claudiocama/SSD1306-ImageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SSD1306-ImageView

Image viewer function for SSD1306 library (MicroPython) Use this library to compress images and view them on any oled compatible with the SSD1306 library

The compression algorithm

The compression algorithm is extremely simple, but still very efficient. Turn a list of pixels (their color) into a list of [pixel color, number of repetitions] Ex. [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0] -> [0, 5, 1, 3, 0, 5]

About

Image viewer function for SSD1306 library (MicroPython)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages