From d388cf7a3816bf957bbfcfc02480cd196521e4a1 Mon Sep 17 00:00:00 2001 From: Sylaina Date: Thu, 6 Dec 2018 10:58:02 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f33e2ff..19d4609 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Library for oled-displays with SSD1306 or SH1106 display-controller connected wi This library allows you to display text or/and graphic at oled-display. -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). +The library need less than 2 kilobytes flash-memory and 3 bytes sram in textmode, in graphicmode library need less than 3 kilobytes flash-memory and 1027 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.