mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-28 07:39:02 -07:00
12 lines
727 B
Plaintext
12 lines
727 B
Plaintext
Overhauled to support Wire library, print library, and generally be more "Arduino friendly" - renamed DigiOLED to avoid confussion - 1/14/2015 by Erik Kettenburg/Digistump
|
|
|
|
Ported to Arduino CPP and working on DigiStump Pro 1/11/15 by defragster
|
|
|
|
SSD1306xLED - Drivers for SSD1306 controlled dot matrix OLED/PLED 128x64 displays
|
|
|
|
SSD1306xLED is a C library for working with the SSD1306 display driver to control dot matrix OLED/PLED 128x64 displays. It is intended to be used with the Tinusaur board but should also work with any other board based on ATtiny85 or similar microcontroller.
|
|
|
|
SSD1306xLED is written in plain C and does not require any additional libraries to function except those that come with the WinAVR SDK.
|
|
|
|
|