World's Smallest 0.32" OLED 60x32 Display Screen
World's Smallest 0.32" OLED 60x32 Display Screen
What is it?
Introducing the World's Smallest 0.32" OLED 60x32 Display Screen.
As it measures only 11.5mm x 11.5 x 2.4, I am confident to claim that it is the smallest OLED screen on the market! Since it is so small, standard headers would be an overkill in terms of size, so I designed it with 0201 passives and castellated pads to save space. See pictures and video for a demo.
The Miniature OLED Screen caters to a wide range of use cases and applications, making it an essential component for any DIY project. Unleash Your Creativity! Here are just a few potential use cases that showcase its versatility:
Miniature Gaming Consoles: Create your own pocket-sized gaming console with the Miniature OLED Screen. Design retro-style games or display scores, level indicators, and character information for a nostalgic gaming experience on a tiny canvas.
Wearable Devices: Embed this miniature OLED screen into your wearable tech projects, such as smartwatches, fitness trackers, or augmented reality glasses. It provides a compact yet informative display for notifications, time, health data, and more.
IoT (Internet of Things) Applications: Utilize the OLED screen as a compact user interface for your IoT devices. Control and monitor connected devices, display sensor data, or showcase real-time information on temperature, humidity, or energy consumption.
Portable Instrumentation: Incorporate this screen into your DIY instruments or measurement tools, such as multimeters, oscilloscopes, or environmental sensors. Display real-time data, waveforms, readings, and calibration information for quick and easy analysis.
Wearable Art and Jewelry: Merge technology and aesthetics by integrating this OLED screen into wearable art or jewelry pieces. Display intricate patterns, animations, or personalized messages, allowing you to express your creativity in a unique and interactive way.
For More Inspiration: Check out this FANTASTIC LEGO OLED BRICK
The board has the following pinout. Please refer to the photo above for a diagram:
- VCC: (3.3V)
- SDA: (I2C Data)
- SCL: (I2C Clock)
- GND
It can be used with open source libraries such as: U8g2_Arduino
Notes: This board runs on 3.3V VCC and logic. When using the above library, be sure to use the following constructors:
Hardware I2C: U8G2_SSD1306_60X32_ER_F_HW_I2C u8g2(U8G2_R0, / reset=/ U8X8_PIN_NONE, / SCL=/ U8X8_PIN_NONE, / SDA=/ U8X8_PIN_NONE); // EastRising 0.32" OLED
Software I2C: U8G2_SSD1306_60X32_ER_F_SW_I2C u8g2(U8G2_R0, / SCL=/ , / SDA=/ , / reset=/ U8X8_PIN_NONE); // EastRising 0.32" OLED