Open GoogleCodeExporter opened 8 years ago
The sequence is empty:
tatic const uint8_t u8g_dev_usmpp19801_init_seq[] PROGMEM = {
U8G_ESC_END
};
So it will not work. Also such displays (SSD1351) are better supported by
uCglib.
Original comment by olikr...@gmail.com
on 20 Jan 2015 at 5:54
Thanks for the quick reply!
That sequence is just a commented out empty test sequence. The real sequence is
above, and uses a preprocessor macro to abstract the comm_write() statements.
Original comment by spamfree...@gmail.com
on 20 Jan 2015 at 5:58
Also, uCglib seems to use very similar constructs to manage displays. Not sure
I will find it easier to port SEPS114A support there.
Original comment by spamfree...@gmail.com
on 20 Jan 2015 at 6:06
Original issue reported on code.google.com by
spamfree...@gmail.com
on 20 Jan 2015 at 5:31