From 509f1ace706ac6a3dbd7270ee74afbd20188867c Mon Sep 17 00:00:00 2001 From: Sylaina Date: Mon, 17 Sep 2018 09:41:14 +0200 Subject: [PATCH] Update readme --- readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme b/readme index 34751dc..8491e3e 100644 --- a/readme +++ b/readme @@ -1,7 +1,7 @@ Library for oled-displays with SSD1306 or SH1106 display-controller connected with I2C at an AVR Atmel Atmega like Atmega328P. This library allows you to display text or/and graphic at oled-display. -The library need less then 2000 bytes flash-memory in textmode and less then 3200 bytes in graphicmode so you can use oled-displays e.g with Atmega48PA. +The library need 1591 bytes flash-memory and 2 bytes sram in textmode, in graphicmode library need 2823 bytes flash-memory and 1026 bytes static sram so you can use oled-displays e.g with Atmega48PA (only with textmode). Library is only tested with 128x64 Pixel display, lower resolution not tested but should work too. If you want to use your own I2C library you have to fit i2c-function at lcd-library.