shangma / u8glib

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

OLED with SH1106 Controller #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
my post from here: 
http://forum.arduino.cc/index.php?topic=217290.msg1612722

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  */

Create new device for this.

Original issue reported on code.google.com by olikr...@gmail.com on 28 Feb 2014 at 5:59

GoogleCodeExporter commented 9 years ago
implemented & documentation done
testing required (ssd1306)

Original comment by olikr...@gmail.com on 16 Jun 2014 at 7:05

GoogleCodeExporter commented 9 years ago
how to do the test?
i made a my own mod for the sh1106,hope help

https://github.com/SLboat/U8glib_SLboat_Mod

Original comment by kik888 on 17 Jun 2014 at 2:17

GoogleCodeExporter commented 9 years ago
@kik888
"testing" is a reminder for myself ;-)
What is the resolution of your display? 128x64? 

Original comment by olikr...@gmail.com on 17 Jun 2014 at 5:41

GoogleCodeExporter commented 9 years ago
How can i send you mail,I will like send you all the document,the seller don't 
wish it public,so I can put it at here,and if you like I will send one simple 
to you.

Regrades
Sen

From SLboat(http://see.sl088.com)

Original comment by kik888 on 17 Jun 2014 at 10:49

GoogleCodeExporter commented 9 years ago
my e-mail adr is mentioned in every source code.

Original comment by olikr...@gmail.com on 18 Jun 2014 at 5:02

GoogleCodeExporter commented 9 years ago
I thought that's not a really mail address:)I will send you in later,thank you 
great work!

Regrades
Sen

From SLboat(http://see.sl088.com)

Original comment by kik888 on 18 Jun 2014 at 5:11

GoogleCodeExporter commented 9 years ago
identical to issue 257

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

GoogleCodeExporter commented 9 years ago
sorry there mush be a misunderstand,i cant send you mail because i can only see 
olikr...@gmail.com

Original comment by kik888 on 19 Jun 2014 at 9:13

GoogleCodeExporter commented 9 years ago
i found it in changlog!dont worry,i just sent you mail!

Original comment by kik888 on 19 Jun 2014 at 9:17

GoogleCodeExporter commented 9 years ago
hehe... full adr is in the source, but you found it :-)

Original comment by olikr...@gmail.com on 19 Jun 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 6 Jul 2014 at 6:50