diff --git a/README.md b/README.md index 0867fe7..d2acfd2 100644 --- a/README.md +++ b/README.md @@ -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.