mirror of
https://github.com/Matiasus/SSD1306.git
synced 2024-10-03 18:18:46 -04:00
SSD1306 0.96" OLED display
SSD1306 Description
Detailed information are described in Datasheet SSD1306.
Library
C library is aimed for driving SSD1306 0.96" OLED display 128x32 through TWI's Atmega16.
Usage
Prior defined for MCU Atmega16. Need to be carefull with TWI ports definition.
PORT | Atmega16 | Atmega8 |
---|---|---|
SCL | PC0 | PC5 |
SDA | PC1 | PC4 |
Tested
Library was tested and proved on a SSD1306 0.96″ OLED Dispay with Atmega16.
Demonstration
Links
Languages
C
95.7%
Makefile
4.3%