Closed GoogleCodeExporter closed 8 years ago
Did you set the controller correctly?
Original comment by olikr...@gmail.com
on 3 Apr 2014 at 6:27
No changes from the code that worked.
U8GLIB_PCD8544 lcd(LCDCSPIN, LCDA0PIN, LCDRSTPIN);
Tried compiling from the Arduino IDE but got the same error. This was to
eliminate anything that may have been added by Atmel Studio or Visual Micro, so
this error is thrown by the Arduino compiler. I do not understand what it is
that has changed, without warning.
Original comment by john.fit...@gmail.com
on 3 Apr 2014 at 11:55
Attachments:
Ok, problem more-or-less fixed.
This works:
#include <U8glib.h>
#include <RF24.h>
#include <nRF24L01.h>
This does not work:
#include <RF24.h>
#include <nRF24L01.h>
#include <U8glib.h>
Both u8glib and RF24 play around with progmem definitions. I am not sure which
one is losing the plot and I haven't the time to figure it out.
Original comment by john.fit...@gmail.com
on 4 Apr 2014 at 1:45
same here, post above fixes
Original comment by hthr...@gmail.com
on 23 May 2014 at 8:31
not sure how to continue with this information.... closing....
Original comment by olikr...@gmail.com
on 16 Jun 2014 at 7:15
Original issue reported on code.google.com by
john.fit...@gmail.com
on 3 Apr 2014 at 3:55