Skip to content

A [WIP] basic SSD1306 OLED driver for ATtiny 0 and 1 series chips using megaTinyCore

License

Notifications You must be signed in to change notification settings

SimonMerrett/tinyOLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyOLED

A [WIP] basic SSD1306 OLED driver for ATtiny 0 and 1 series chips using megaTinyCore GitHub Logo

V0.2 adds TinyMegaI2CMaster by @technoblogy, which is a very lightweight I2C library and saves over 1kB of memory in the example sketch, compared to the standard Wire library in Arduino/megaTinyCore. Standard Wire library is still available if you comment out #define TINYWIRE at the top of tinyOLED.h.

About

A [WIP] basic SSD1306 OLED driver for ATtiny 0 and 1 series chips using megaTinyCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published