In stock, ships same business day if ordered before 2PM
Delivered by Fri, 15th of Nov
Quantity Discounts:
A go-to maker display, this 0.96" I2C OLED display uses the SSD1306 driver to push your information from almost any controller!
With 3.3V logic and power supply inputs, this pairs perfectly with any modern development board, Raspberry Pi's, Pico's, ESP32's, and the list goes on!
Raspberry Pi Pico - Micropython
Required Libraries: micropython-ssd1306 by stlehmann
import ssd1306 import time
from machine import Pin, I2C
# Define I2C pins and OLED display address I2C_SCL_PIN = 9 I2C_SDA_PIN = 8 I2C_FREQ = 400000 OLED_ADDR = 0x3c # Initialize I2C object and OLED display object i2c = I2C(0, scl=Pin(I2C_SCL_PIN), sda=Pin(I2C_SDA_PIN), freq=I2C_FREQ) oled = ssd1306.SSD1306_I2C(128, 64, i2c, addr=OLED_ADDR) # Clear OLED display oled.fill(0) # Display 'Hello World' oled.text("Hello, world!", 0, 0) # Push changes to the display oled.show()
Exact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments