Closed GoogleCodeExporter closed 8 years ago
Original comment by olikr...@gmail.com
on 18 May 2012 at 10:50
this fix breaks u8g
it seems, that the const keyword puts the progmem data somewhere else..
Original comment by olikr...@gmail.com
on 18 May 2012 at 10:05
u8g_pgm_uint8_t u8g_dev_st7565_dogm132_init_seq[] = {
should be rewritten to
const uint8_t u8g_dev_st7565_dogm132_init_seq[] PROGMEM = {
that means, remove the u8g_pgm_uint8_t
Original comment by olikr...@gmail.com
on 18 May 2012 at 11:29
mostly done, but kept in the arguments,
ToDo: Change example code
Original comment by olikr...@gmail.com
on 19 May 2012 at 9:40
done (combined example works)
Original comment by olikr...@gmail.com
on 9 Jun 2012 at 10:17
Original comment by olikr...@gmail.com
on 9 Jun 2012 at 10:17
Original issue reported on code.google.com by
olikr...@gmail.com
on 18 May 2012 at 10:37