u8g2 is a monochrome display driver library written in C and C++ for rendering graphics and text on OLED and LCD screens. It functions as an embedded graphics library and font renderer, providing a hardware abstraction layer to manage communication with display controllers. The library is distinguished by its flexible memory management, offering both full-screen memory mapping for arbitrary drawing and page-based frame buffering to reduce RAM consumption. It further optimizes resource usage through direct-to-display text rendering, which bypasses intermediate memory buffers. The framework co
Fork of the now archived https://bitbucket.org/thesheep/micropython-oled
A MicroPython library for SSD1327 128x128 4-bit greyscale OLED displays, over I2C.
The library supports drawing lines, shapes, text, sprites and images. All code is documented and there are demo examples. Tested on 5.5 inch green OLED display SPI module with 256x64 resolution using Raspberry Pi Pico W.
The main features of rdagger/micropython-ssd1322 are: OLED Display Drivers.
Open-source alternatives to rdagger/micropython-ssd1322 include: olikraus/u8g2 — u8g2 is a monochrome display driver library written in C and C++ for rendering graphics and text on OLED and LCD… mcauser/deshipu-micropython-oled — Fork of the now archived https://bitbucket.org/thesheep/micropython-oled. mcauser/micropython-ssd1327 — A MicroPython library for SSD1327 128x128 4-bit greyscale OLED displays, over I2C. micropython/micropython-lib — micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries… nemart69/sh1107-micropython — Micropython driver for SH1107-based OLED display (64 x 128). robert-hh/sh1106 — This driver consists mostly of the work of Radomir Dopieralski (@deshipu). I added a few functions and changed the…