Lazyman342 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

SSH1106 132x64 #263

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, please, I amplaying with OLED 132x64 from ali. OLED is working, but I can 
use only 128x64 area, first/last two adresses (pixels) aren't accessable (I 
have to set start pointer to 2,0 and last adress is 129). I have only datasheet 
fot SSD1306, but this OLED is using SH1106. Thanks for any hints/help. Peter

Original issue reported on code.google.com by mervart....@gmail.com on 9 Jun 2014 at 9:18

GoogleCodeExporter commented 8 years ago
please locate file "u8g_dev_ssd1306_128x64.c" (part of u8glib)

At the beginning (line 39) there is a define statement:
#define WIDTH 128
change this to
#define WIDTH 132

Will your display work with the ssd1306 constructor then?

Original comment by olikr...@gmail.com on 9 Jun 2014 at 7:58

GoogleCodeExporter commented 8 years ago
no further reply, waiting for feedback

Original comment by olikr...@gmail.com on 19 Jun 2014 at 6:49