Open GoogleCodeExporter opened 9 years ago
Thanks for adding this issue
Original comment by olikr...@gmail.com
on 1 Oct 2014 at 10:56
I have been spending some time adding code for the implmentation. Right now, I
am stuck with an overloaded function :
testOLED:55: error: call of overloaded ‘U8GLIB_SSD1306_128X64(volatile
unsigned char&, int, volatile unsigned char&, int)’ is ambiguous
~/Arduino/libraries/U8glib/U8glib.h:778: note: candidates are:
U8GLIB_SSD1306_128X64::U8GLIB_SSD1306_128X64(uint8_t, uint8_t, uint8_t, uint8_t)
~/Arduino/libraries/U8glib/U8glib.h:769: note:
U8GLIB_SSD1306_128X64::U8GLIB_SSD1306_128X64(uint8_t, uint8_t, uint8_t,
uint8_t, uint8_t)
I think I know a fix, will try it and report back if that doesn't work
Original comment by ankit...@gmail.com
on 4 Oct 2014 at 2:01
Did you add any additional constructor?
Original comment by olikr...@gmail.com
on 5 Oct 2014 at 6:27
SW I2C is there for Due only.
Am not sure how to handle this. SW I2C might eat up to much of Flash ROM.
Original comment by olikr...@gmail.com
on 21 Dec 2014 at 5:24
Original issue reported on code.google.com by
ankit...@gmail.com
on 1 Oct 2014 at 10:51