SparkFun Qwiic OLED Display (0.91 in., 128x32) not found

I just bought this board https://www.sparkfun.com/products/24606 and trying to use it with that SF blackboard. I installed the new library “SparkFun Qwiic OLED Library” and trying the hello world example, after it loads in the console I see this:

20:09:56.601 → Running OLED example

20:09:56.601 → Device begin failed. Freezing…

in the example I see

#include <SparkFun_Qwiic_OLED.h>

In the code this line is selected:

QwiicMicroOLED myOLED;

thoughts ?

24606 is the “QwiicNarrowOLED” function https://docs.sparkfun.com/SparkFun_Qwii … stallation instead of “QwiicMicroOLED”

If that doesn’t help share a photo of your setup/wiring and maybe a screenshot of the error

my fault I had the micro selected, once I changed it to the narrow it worked, thanks for the quick reply !