Skip to content

Text only Arduino Library for SSD1306 OLED displays

Notifications You must be signed in to change notification settings

biank88/SSD1306Ascii

 
 

Repository files navigation

SSD1306Ascii is an Arduino character only library
for small OLED displays like the Adafruit 1.3" and 0.96" 
Monochrome displays.

Many low cost OLED displays with SSD1306 controllers are 
available on ebay. 

The SSD1306Ascii library is unbuffered and only requires a few
bytes of RAM.

Here is memory use for the SPI "Hello world!" example:

Sketch uses 2,582 bytes (8%) of program storage space. Maximum
is 32,256 bytes.

Global variables use 52 bytes (2%) of dynamic memory, leaving
1,996 bytes for local variables. Maximum is 2,048 bytes.


This library is in early development so the API and features may
change. The library is likely to have bugs and be unstable. The
purpose for this release is to get feedback for future development.

See the html documentation for more information.

This is a total rewrite of an earlier version of this library. 
The previous version is located here:

https://code.google.com/p/beta-lib/downloads/list






About

Text only Arduino Library for SSD1306 OLED displays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.8%
  • Objective-C 32.5%
  • C 5.8%
  • C++ 5.2%
  • JavaScript 3.0%
  • CSS 2.4%
  • Other 1.3%