Update README.md

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

View File

@ -12,7 +12,7 @@ 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.
Font.c can be modified according to application requirements with form defined in font.c. Maximal permissible horizontal dimension is 8 bits.
### Usage
Prior defined for MCU Atmega16 / Atmega8. Need to be carefull with TWI ports definition.