Python library to enable 128x32 pixel OLED for Raspberry Pi (both 32 and 64bit).
-
Updated
May 29, 2024 - Python
Python library to enable 128x32 pixel OLED for Raspberry Pi (both 32 and 64bit).
CircuitPython SSD1306 OLED display Examples - Pong Game, Hello World, Thermometer, with a Raspberry Pico board.
Ejemplos de uso del GPIO de la Orange Pi Zero 2 W mediante Python
USB Cloner/Duplicator using a Raspberry Pi Zero, Adafruit 128x64 1.3" OLED Bonnet and Zero4U USB Hub.
Librería para trabajar con pantallas Oled de 128x64 píxeles que tengan el controlador SSD 1306 instalando y usando las librerías: Adafruit_SSD1306, Adafruit_GPIO, Pillow y RPIO para python3. Esto es un fork de: https://gitlab.com/raupulus/raspberry-SSD1306-DisplayOled
A rocket telemetry logger using Raspberry Pi Pico, MPU6050, BMP280, and an OLED display.
read the Raspberry Pi Pico's internal temperature sensor using a timer interrupt, display results with an SSD1306 OLED
Provides a dynamic system monitoring display for your Raspberry Pi cluster. It utilizes an SSD1306 OLED display to show real-time information such as CPU load, memory usage, disk usage, running Docker containers, and system information.
read a KY-040 rotary encoder using interrupts, display results with an SSD1306 OLED
Micropython programs running on ESP32 microcontroller
running oled 0.96 inch with micropython on esp32
Simple script to convert BDF fonts into C arrays
This project demonstrates how to display a **Doraemon bitmap image** on a **128x64 SSD1306 OLED display** using **MicroPython** and the **ESP8266**. It uses the **frame buffer (`framebuf`)** module to render monochrome images stored as **byte arrays**.
This project demonstrates how to use an **SSD1306 128x64 OLED display** with an **ESP8266** board using **MicroPython**. It covers **text display**, **pixel plotting**, and **basic graphics drawing** (lines, boxes, and shapes) using the `ssd1306` library.
Add a description, image, and links to the oled-ssd1306 topic page so that developers can more easily learn about it.
To associate your repository with the oled-ssd1306 topic, visit your repo's landing page and select "manage topics."