Closed GoogleCodeExporter closed 9 years ago
Without a picture, this is difficult to say, but in principle, the y position
is controlled by
u8g_WriteByte(u8g, dev, 0x0b0 | pb->p.page); /* select current page (SSD1306) */
You could try
u8g_WriteByte(u8g, dev, 0x0b0 | (pb->p.page+1)); /* select current page
(SSD1306) */
or so...
Original comment by olikr...@gmail.com
on 25 Sep 2014 at 9:02
Please see the attached video.
Thank you
Original comment by hpvide...@gmail.com
on 25 Sep 2014 at 10:50
Attachments:
I think I did it.
Small changes and U8GLIB_SSD1306_128X64 works fine for SSD1305
(NHD-2.23-12832UCB3)
Thank you help
Original comment by hpvide...@gmail.com
on 26 Sep 2014 at 3:31
sounds good. unfortunately i am somehow unable to see the video
Original comment by olikr...@gmail.com
on 26 Sep 2014 at 6:55
closing the issue...
Original comment by olikr...@gmail.com
on 13 Dec 2014 at 5:12
Original issue reported on code.google.com by
hpvide...@gmail.com
on 25 Sep 2014 at 8:11