Skip to content

Compile Error with SAMD21 Cortex M0 processor #429

@DonpK

Description

@DonpK

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions