adafruit / Adafruit_SSD1325_Library

Monochrome OLED library (does not support grayscale)
Other
12 stars 9 forks source link

Error compiling library example when using RP2040 #6

Closed ashirvadz closed 8 months ago

ashirvadz commented 1 year ago
  116 | static inline unsigned char pgm_read_byte(const void *addr) {
      |                             ^~~~~~~~~~~~~

exit status 1

Compilation error: exit status 1

There's no error when I use the same code/IDE with an Adafruit Feather M0 RFM69.
I need this to work because I am working on a device that needs the RP2040 board and has a tight deadline.
Can someone please advise me what to do?
Thank you.

ladyada commented 8 months ago

should be fixed now