awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mcauser avatar

mcauser/deshipu-micropython-oledArchived

0
View on GitHub↗
4 estrellas·0 forks·Python·MIT·9 vistas

Deshipu Micropython Oled

Fork of the now archived https://bitbucket.org/thesheep/micropython-oled

Features

  • OLED Display Drivers - Collection of drivers for various monochrome OLEDs.

Historial de estrellas

Gráfico del historial de estrellas de mcauser/deshipu-micropython-oledGráfico del historial de estrellas de mcauser/deshipu-micropython-oled

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Deshipu Micropython Oled

Proyectos open-source similares, clasificados según cuántas características comparten con Deshipu Micropython Oled.
  • olikraus/u8g2Avatar de olikraus

    olikraus/u8g2

    6,540Ver en GitHub↗

    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

    C
    Ver en GitHub↗6,540
  • mcauser/micropython-ssd1327Avatar de mcauser

    mcauser/micropython-ssd1327

    31Ver en GitHub↗

    A MicroPython library for SSD1327 128x128 4-bit greyscale OLED displays, over I2C.

    Python
    Ver en GitHub↗31
  • micropython/micropython-libAvatar de micropython

    micropython/micropython-lib

    2,755Ver en GitHub↗

    micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil

    Pythonmicropython
    Ver en GitHub↗2,755
  • dda/micropythonAvatar de dda

    dda/MicroPython

    3Ver en GitHub↗

    MicroPython

    Python
    Ver en GitHub↗3
Ver las 12 alternativas a Deshipu Micropython Oled→

Preguntas frecuentes

¿Qué hace mcauser/deshipu-micropython-oled?

Fork of the now archived https://bitbucket.org/thesheep/micropython-oled

¿Cuáles son las características principales de mcauser/deshipu-micropython-oled?

Las características principales de mcauser/deshipu-micropython-oled son: OLED Display Drivers.

¿Qué alternativas de código abierto existen para mcauser/deshipu-micropython-oled?

Las alternativas de código abierto para mcauser/deshipu-micropython-oled incluyen: olikraus/u8g2 — u8g2 is a monochrome display driver library written in C and C++ for rendering graphics and text on OLED and LCD… 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… dda/micropython — MicroPython.