Won't compile for RP2040 due to pgm_read_byte macro
Closed this issue · 2 comments
caternuson commented
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=57&t=189849
Can recreate by attempting to compile any library example for any RP2040 target board from earlephilhower core.
Looks like the preproc logic needs some updating to just #include <pgmspace.h>
for RP2040:
Adafruit_SSD1306/Adafruit_SSD1306.cpp
Lines 39 to 46 in d6db01d
ladyada commented
erg ok wanna add and also add rp2040 to the CI list?
caternuson commented
Fixed with #240