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

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

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

mcauser/micropython-ssd1327

0
View on GitHub↗
31 نجوم·11 تفرعات·Python·MIT·11 مشاهدات

Micropython Ssd1327

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

Features

  • OLED Display Drivers - Driver for SSD1327 4-bit grayscale OLEDs.

سجل النجوم

مخطط تاريخ النجوم لـ mcauser/micropython-ssd1327مخطط تاريخ النجوم لـ mcauser/micropython-ssd1327

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Micropython Ssd1327

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Micropython Ssd1327.
  • 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
  • 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
  • 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
  • dda/micropythonالصورة الرمزية لـ dda

    dda/MicroPython

    3عرض على GitHub↗

    MicroPython

    Python
    عرض على GitHub↗3
عرض جميع البدائل الـ 12 لـ Micropython Ssd1327→

الأسئلة الشائعة

ما هي وظيفة mcauser/micropython-ssd1327؟

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

ما هي الميزات الرئيسية لـ mcauser/micropython-ssd1327؟

الميزات الرئيسية لـ mcauser/micropython-ssd1327 هي: OLED Display Drivers.

ما هي البدائل مفتوحة المصدر لـ mcauser/micropython-ssd1327؟

تشمل البدائل مفتوحة المصدر لـ mcauser/micropython-ssd1327: 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. 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.