olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

Support for LC7981 128x128 #387

Open day0ops opened 8 years ago

day0ops commented 8 years ago

Hi there, I own one of these LCDs https://www.crystalfontz.com/products/document/296/CFAG128128B-TMI-VZ_Data_Sheet_Preliminary_2012-04-17.pdf.

I created the following to support the LCD to work with Arduino. u8g_dev_lc7981_128x128.txt

However, when displaying i see some clipping (as shown in the screenshot) 20160208_005008 . It looks like some of pixels have shifted. Can you please give me some tips on how to fix this ?

olikraus commented 8 years ago

difficult, guess the memory mapping (RAM towards Display) is somehow odd.

day0ops commented 8 years ago

seems fine if i use 160x160. strange.