Merge pull request #3 from Matiasus/readme-edits

Readme edits
This commit is contained in:
Marián 2020-10-13 13:08:50 +02:00 committed by GitHub
commit bcf75b9f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,14 @@ Detailed information are described in [Datasheet SSD1306](https://cdn-shop.adafr
## Library
C library is aimed for driving [SSD1306 0.96" OLED display](#demonstration) 128x64 through TWI's Atmega16.
## Dependencies
- [font.c](https://github.com/Matiasus/SSD1306/blob/readme-edits/lib/font.c)
- [font.h](https://github.com/Matiasus/SSD1306/blob/readme-edits/lib/font.h)
- [twi.c](https://github.com/Matiasus/SSD1306/blob/readme-edits/lib/twi.c)
- [twi.h](https://github.com/Matiasus/SSD1306/blob/readme-edits/lib/twi.h)
### Usage
Prior defined for MCU Atmega16. Need to be carefull with TWI ports definition.
Prior defined for MCU Atmega16 / Atmega8. 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) |
| :---: | :---: | :---: |
@ -96,9 +102,5 @@ Init sequence OLED display was defined according to page 64 (next to last page)
// | 0xAF |
// +---------------------------+
```
## Demonstration
## Links
- [Datasheet SSD1306](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf)