sparkfun / SparkFun_SSD1320_OLED_Arduino_Library

Display graphics and text on a flexible grayscale display
10 stars 5 forks source link

Fix for avr/pgmspace.h compilation errors. #9

Open XYandZ opened 2 years ago

XYandZ commented 2 years ago

Fixes for avr/pgmspace.h: No such file or directory compilation errors when compiling in PlatformIO for ESP32 platforms.

Fixes adapted from https://github.com/SodaqMoja/Sodaq_DS3231/issues/5