SimonMerrett / tinyOLED

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 56.5%Language:C++ 43.5%