You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sylaina d08c4c0a46
Update readme
7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
i2c.c Add files via upload 7 years ago
i2c.h Add files via upload 7 years ago
lcd.c Add files via upload 7 years ago
lcd.h Add files via upload 7 years ago
main.c Add files via upload 7 years ago
readme Update readme 7 years ago

readme

Library for oled-displays with SSD1306 or SH1106 display-controller connected with I2C at an AVR Atmel Atmega like Atmega328P.

This library allows you to display only text at display, for graphics look at oled-display-gfx library
The library need less then 1300 bytes flash-memory so you can use oled-displays e.g with Atmega48PA.
Library is only tested with 128x64 Pixel display, lower resolution not tested but should work too.