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.
1 parent db56283 commit 8cadc97Copy full SHA for 8cadc97
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