Spark X Qwic Aplhanumeric Display compile error

Will not complie for Adafruit feather or Sparkfun Thing plus

Arduino: 1.8.13 (Windows Store 1.8.39.0) (Windows 10), Board: “Adafruit ESP32 Feather, 80MHz, 921600, None, Default”

see error message below

Please assist

regards,

Tom

C:\Users\tomk\Documents\Arduino\libraries\SparkFun_Alphanumeric_Display_Arduino_Library-master\src\SparkFun_Alphanumeric_Display.cpp:32:26: fatal error: avr/pgmspace.h: No such file or directory

compilation terminated.

exit status 1

Error compiling for board Adafruit ESP32 Feather.

This report would have more information with

“Show verbose output during compilation”

option enabled in File → Preferences.

Hi Tom.

It looks like the example code was written for use with an ATMega328 based board like the Arduino Uno or RedBoard Qwiic and might not work on another platform. You might need to try one of those boards.

Hi Tom.

Looks like we did some work on the library for the Qwiic Alphanumeric Display. You might try deleting the library and pulling the [most current version from Github. That may just fix your issue!](GitHub - sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library: Arduino Library for the SparkX Qwiic Alphanumeric Display)