mirror of
https://github.com/Matiasus/SSD1306.git
synced 2024-10-03 18:18:46 -04:00
Update README.md
This commit is contained in:
parent
9200ecb937
commit
6214a06713
26
README.md
26
README.md
@ -1,2 +1,24 @@
|
||||
# SSD1306
|
||||
OLED Drived SSD1306
|
||||
# SSD1306 0.96" OLED display
|
||||
|
||||
## SSD1306 Description
|
||||
Detailed information are described in [Datasheet SSD1306](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf).
|
||||
|
||||
## Library
|
||||
C library is aimed for driving [SSD1306 0.96" OLED display](#demonstration) 128x32 through TWI's Atmega16.
|
||||
|
||||
### Usage
|
||||
Prior defined for MCU Atmega16. Need to be carefull with TWI ports definition.
|
||||
|
||||
| PORT | [Atmega16](http://ww1.microchip.com/downloads/en/devicedoc/doc2466.pdf) | [Atmega8](https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2486-8-bit-AVR-microcontroller-ATmega8_L_datasheet.pdf) |
|
||||
| :---: | :---: | :---: |
|
||||
| SCL | PC0 | PC5 |
|
||||
| SDA | PC1 | PC4 |
|
||||
|
||||
### Tested
|
||||
Library was tested and proved on a **_SSD1306 0.96″ OLED Dispay_** with **_Atmega16_**.
|
||||
|
||||
## Demonstration
|
||||
|
||||
|
||||
## Links
|
||||
- [Datasheet SSD1306](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf)
|
||||
|
Loading…
Reference in New Issue
Block a user