I just received the Qwiic OLED - (1.3in., 128x64) display and when testing I’m getting a compile error in the library. I installed Sparkfun_Qwiic_OLED v1.0.15. I’m using the Arduino IDE v2.3.7 and connected the display to an older RedBoard from the Sparkfun Inventor Kit. I am running example #1 and only changed one line to uncomment “Qwiic1in3OLED myOLED;” When I compile I get the error below:
[user]\Documents\Arduino\libraries\SparkFun_Qwiic_OLED_Arduino_Library\src\qwiic_grch1120.cpp:51:10: fatal error: map: No such file or directory
#include
^~~~~
compilation terminated.
map seems to be a standard library and I can’t the standard libraries in the Arduino IDE library list to reinstall. Any suggestions on where to look? Or is something else going wrong?
Thanks, Bryan