We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db56283 + 8cadc97 commit d9a5139Copy full SHA for d9a5139
src/SparkFun_Alphanumeric_Display.cpp
@@ -36,7 +36,7 @@ Distributed as-is; no warranty is given.
36
37
//This is the lookup table of segments for various characters
38
//For AVR architecture, use PROGMEM
39
-#if defined(ARDUINO_ARCH_AVR)
+#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR)
40
#include <avr/pgmspace.h>
41
static const uint16_t PROGMEM alphanumeric_segs[96]{
42
#else
0 commit comments