HTMills / u8glib

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

Support for SH1106 #257

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://forum.arduino.cc/index.php?topic=217290.0

SH1106 is based on SD1306, but displays seem to be shifted by 2 pixel

I think your display really has a SH1106 controller. It is similar, but not 
identical to the SSD1306.
1. Locate file u8g_dev_ssd1306_128x64.c
2. Find line 183:
Code:

  0x000,        /* set lower 4 bit of the col adr to 4  */

3. Change this to
Code:

  0x002,        /* set lower 4 bit of the col adr to 4  */

Original issue reported on code.google.com by olikr...@gmail.com on 6 May 2014 at 6:13

GoogleCodeExporter commented 8 years ago
added a new device for SH1106 128x64 displays
Testing required

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

GoogleCodeExporter commented 8 years ago
identical to issue 240

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

GoogleCodeExporter commented 8 years ago
closing this issue, will track remaining parts of this topic with issue 240

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