Qwiic Micro OLED Hookup Guide
Contributors:
Englandsaurus
Qwiic OLED Arduino Library
First, you'll need to download and install the SparkFun Qwiic OLED library. You can install this library automatically in the Arduino IDE's Library Manager by searching for "Qwiic OLED". Or you can manually download it from the GitHub repository.
Also, make sure to download the Qwiic example sketches, which we will be reviewing in this tutorial.
Note: The Qwiic example sketches were modified specifically for the Qwiic OLED Arduino Library. Due to the differences in Arduino Libraries, the functions and methods to control the Qwiic Micro OLED are slightly different.
Arduino Library Overview
For more information about the available functions of the library, check out the API Reference on GitHub Pages.