-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
Description
I'm getting this error in this section GUIslice.c when compiling:
#if (GSLC_USE_PROGMEM)
#if defined(__AVR__)
#include <avr/pgmspace.h>
#else
#include <pgmspace.h>
#endif
#endif
This error is:
"pgmspace.h: No such file or directory"
Processor:
SAMD21 Cortex M0+ based processor (ATSAMD21G18A microcontroller) ( https://lowpowerlab.com/guide/moteino/moteinom0/ )
Eastrising 3.5" capacitive touch display. /configs/ard-shld-eastrising_35_ili9488_cap.h config file.
Display works okay on Arduino AVR processors.
Suggestions?
Thanks