You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using arduino mkr wifi 1010 and I'm getting this error:
Arduino\libraries\Arduino_ST7789_Fast-master/Arduino_ST7789_Fast.h:19:10: fatal error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
Will this ever work for a SAMD board or am I just missing a library ?
The text was updated successfully, but these errors were encountered:
HI @ludovicb1239 I manage to use this library on my ArduinoZero successfully
Arduino mkr wifi 1010 and ArduinoZero are actually using the same mcu (SAMD21).
so I think it should work, you just need to enable the "COMPATIBILITY_MODE" in the Arduino_ST7789_Fast.h file
I didn't have the same error you're getting, maybe some lib is missing?
let me know if you still have compiling problem, and we can work it out.
I'm using arduino mkr wifi 1010 and I'm getting this error:
Arduino\libraries\Arduino_ST7789_Fast-master/Arduino_ST7789_Fast.h:19:10: fatal error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
Will this ever work for a SAMD board or am I just missing a library ?
The text was updated successfully, but these errors were encountered: