awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dda/micropython

Open-source alternatives to MicroPython

18 open-source projects similar to dda/micropython, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MicroPython alternative.

  • olikraus/u8g2الصورة الرمزية لـ olikraus

    olikraus/u8g2

    6,540عرض على 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
    عرض على GitHub↗6,540
  • bucknalla/micropython-i2c-lcdالصورة الرمزية لـ Bucknalla

    Bucknalla/micropython-i2c-lcd

    38عرض على GitHub↗

    This library is designed to support a MicroPython interface for I2C 16x2 LCD character screens.

    Python
    عرض على GitHub↗38
  • mcauser/deshipu-micropython-oledالصورة الرمزية لـ mcauser

    mcauser/deshipu-micropython-oled

    4عرض على GitHub↗

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

    Python
    عرض على GitHub↗4
  • mcauser/micropython-ssd1327الصورة الرمزية لـ mcauser

    mcauser/micropython-ssd1327

    31عرض على GitHub↗

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

    Python
    عرض على GitHub↗31
  • micropython/micropython-libالصورة الرمزية لـ micropython

    micropython/micropython-lib

    2,755عرض على 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
    عرض على GitHub↗2,755

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • nemart69/sh1107-micropythonالصورة الرمزية لـ nemart69

    nemart69/sh1107-micropython

    10عرض على GitHub↗

    Micropython driver for SH1107-based OLED display (64 x 128)

    Python
    عرض على GitHub↗10
  • wjdp/micropython-lcdW

    wjdp/micropython-lcd

    0عرض على GitHub↗

    A simple class for controlling the HD44780 in 4 bit mode with the micropython pyboard.

    عرض على GitHub↗0
  • brainelectronics/micropython-i2c-lcdالصورة الرمزية لـ brainelectronics

    brainelectronics/micropython-i2c-lcd

    20عرض على GitHub↗

    MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C

    Python
    عرض على GitHub↗20
  • peter-l5/sh1107الصورة الرمزية لـ peter-l5

    peter-l5/SH1107

    44عرض على GitHub↗

    MicroPython driver for SH1107-based OLED displays with support for I2C and SPI connections. This driver works with 128x128 and 128x64 pixel displays. (For a list of tested displays, see: tested displays, below.)

    Python
    عرض على GitHub↗44
  • rdagger/micropython-charlcdالصورة الرمزية لـ rdagger

    rdagger/micropython-charlcd

    17عرض على GitHub↗

    A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython.

    Python
    عرض على GitHub↗17
  • rdagger/micropython-ssd1306الصورة الرمزية لـ rdagger

    rdagger/micropython-ssd1306

    1عرض على GitHub↗

    The library supports drawing lines, shapes, text, sprites and images. All code is documented and there are demo examples.

    Python
    عرض على GitHub↗1
  • rdagger/micropython-ssd1309R

    rdagger/micropython-ssd1309

    0عرض على GitHub↗

    The library supports drawing lines, shapes, text, sprites and images. All code is documented and there are demo examples.

    عرض على GitHub↗0
  • rdagger/micropython-ssd1322R

    rdagger/micropython-ssd1322

    0عرض على GitHub↗

    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.

    عرض على GitHub↗0
  • rdagger/micropython-ssd1351الصورة الرمزية لـ rdagger

    rdagger/micropython-ssd1351

    62عرض على GitHub↗

    MicroPython & CircuitPython SSD1351 OLED Display Driver

    Python
    عرض على GitHub↗62
  • robert-hh/sh1106الصورة الرمزية لـ robert-hh

    robert-hh/SH1106

    248عرض على GitHub↗

    This driver consists mostly of the work of Radomir Dopieralski (@deshipu). I added a few functions and changed the existing ones so it matches better my needs for a project.

    Python
    عرض على GitHub↗248
  • scitoast/pyboard-lcd-character-displayالصورة الرمزية لـ scitoast

    scitoast/pyboard-LCD-character-display

    1عرض على GitHub↗

    This project includes a python module with heavily commented code, meant for hobbyists to use and modify, as well as a Fritzing circuit diagram and photograph of the end result. This should allow you to attach a character display screen to your PyBoard very easily.

    Python
    عرض على GitHub↗1
  • slothyrulez/lcdi2cالصورة الرمزية لـ slothyrulez

    slothyrulez/lcdi2c

    5عرض على GitHub↗

    micropython lib to control hd44780 lcd

    Python
    عرض على GitHub↗5
  • jrowberg/i2cdevlibالصورة الرمزية لـ jrowberg

    jrowberg/i2cdevlib

    4,251عرض على GitHub↗

    i2cdevlib is a collection of peripheral drivers and hardware abstraction layers designed for I2C devices. It provides a sensor driver collection, a register map database, and a peripheral manager to coordinate communication between microcontrollers and hardware components. The project utilizes a hardware abstraction layer to decouple device logic from specific microcontroller hardware and wire libraries. This transport-layer abstraction allows the same device drivers to remain portable across different hardware architectures. The library covers a broad range of hardware integration, includin

    C++
    عرض على GitHub↗4,251