Troubleshooting
Qwiic OLED Arduino Library
The SparkFun Qwiic OLED Arduino library supports several different OLED breakouts. Each example includes definitions for all supported OLEDs so make sure you've adjusted those definitions to switch to the 1.5" OLED. Comment out the line for the Qwiic Micro OLED and uncomment the line for the Qwiic 1.5" OLED like the code below:
//QwiicMicroOLED myOLED;
//QwiicTransparentOLED myOLED;
//QwiicNarrowOLED myOLED;
//Qwiic1in3OLED myOLED;
Qwiic1in5OLED myOLED;
General Troubleshooting
Note
Not working as expected and need help?
If you need technical assistance and more information on a product that is not working as you expected, we recommend heading on over to the SparkFun Forums to get help from our Technical Support team and community. If this is your first visit, you'll need to create a forum account to search product forums and post questions.