Update README.md

This commit is contained in:
Marián 2020-10-27 13:20:54 +01:00 committed by GitHub
parent 64a48d8c12
commit f903d2eb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ C library is aimed for driving [SSD1306 0.96" OLED display](#demonstration) 128x
- [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)
Font should be imported with different size but maximal horizontal dimension is 8 bits. Font have to be in form of two dimensional like defined into font.c.
### Usage
Prior defined for MCU Atmega16 / Atmega8. Need to be carefull with TWI ports definition.