Compact 0.66" (64x48 pixels) OLED shield based on the SSD1306, designed for the Wemos D1 Mini. Simple I2C connection and integrated 3.3V power supply.
This compact OLED shield is specifically designed for the Wemos D1 Mini board. It features a 0.66-inch graphical display with a resolution of 64x48 pixels, driven by the popular SSD1306 driver IC. It is an excellent choice for adding visual feedback to your IoT or automation projects without consuming excessive GPIO resources.
Connection is made via the I2C interface, using pins D1 (SCL) and D2 (SDA) of the Wemos D1 Mini, leaving other GPIOs available for your sensors and actuators. The display is powered directly from the board's 3.3V rail.
| Wemos D1 Mini | OLED Shield |
|---|---|
| D1 | SCL |
| D2 | SDA |
For use with the Arduino IDE, you can use the SparkFun library or the Adafruit SSD1306 library (with mcauser's patch for 64x48 support). Example code is available within the installed libraries.
You might also like