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

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

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

rdagger/micropython-ssd1309

0
View on GitHub↗
0 نجوم·0 تفرعات·7 مشاهدات

Micropython Ssd1309

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

Features

  • OLED Display Drivers - Driver for SSD1309 monochrome OLEDs.

سجل النجوم

مخطط تاريخ النجوم لـ rdagger/micropython-ssd1309مخطط تاريخ النجوم لـ rdagger/micropython-ssd1309

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

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

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

Start searching with AI

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

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

    dda/MicroPython

    3عرض على GitHub↗

    MicroPython

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

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

ما هي وظيفة rdagger/micropython-ssd1309؟

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

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

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

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

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