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

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

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

4 مستودعات

Awesome GitHub RepositoriesEmbedded Display Renderers

Software that manages the visual output of system status and data on small embedded screens.

Distinct from TFT Display Drivers: Generic display drivers are too low-level; this is about rendering the system UI for a handheld device

Explore 4 awesome GitHub repositories matching user interface & experience · Embedded Display Renderers. Refine with filters or upvote what's useful.

Awesome Embedded Display Renderers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • peng-zhihui/holocubicالصورة الرمزية لـ peng-zhihui

    peng-zhihui/HoloCubic

    6,652عرض على GitHub↗

    HoloCubic is an embedded desktop widget station and holographic display system. It consists of a graphics framework for rendering resolution-specific visuals and a hardware setup that uses a beam-splitting prism and transparent screen to create floating 3D visual effects. The system includes a PC-based hardware emulator used to design and verify graphical interfaces before deploying code to physical hardware. It also features an inertial measurement unit motion controller that translates physical movement into navigation inputs for the user interface. The project covers an asset pipeline for

    Implements a specialized renderer for managing visual output on embedded screens.

    C
    عرض على GitHub↗6,652
  • raspberrypi/pico-examplesالصورة الرمزية لـ raspberrypi

    raspberrypi/pico-examples

    3,835عرض على GitHub↗

    This project is a reference library of firmware examples and a development framework for creating embedded C applications on the RP2040 microcontroller. It provides a collection of hardware peripheral drivers and foundational patterns for managing system resources in resource-constrained environments. The library features reference implementations for programmable I/O state machines, allowing for the creation of custom hardware-level protocols. It also provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing. The

    Implements frame buffer management for rendering text, graphics, and animations on OLED displays via I2C.

    C
    عرض على GitHub↗3,835
  • cifertech/esp32-divالصورة الرمزية لـ cifertech

    cifertech/ESP32-DIV

    2,552عرض على GitHub↗

    ESP32-DIV is a handheld wireless pentesting platform designed for analyzing and disrupting a wide range of wireless protocols. It functions as a multi-band radio analyzer, RFID and NFC tag manipulator, and GPS wardriving logger, providing a unified interface for security auditing and signal research. The project distinguishes itself through a modular radio abstraction that allows switching between Wi-Fi, BLE, Sub-GHz, RFID/NFC, and infrared hardware modules. It features a touch-driven TFT interface for navigating toolsets and managing signal profiles, as well as the ability to emulate Bluetoo

    Renders real-time system status and security tool results on a handheld color TFT screen.

    C++arduinoattackdeauth
    عرض على GitHub↗2,552
  • lvgl/lv_binding_rustالصورة الرمزية لـ lvgl

    lvgl/lv_binding_rust

    888عرض على GitHub↗

    Lvbindingrust is an embedded graphics framework and resource-efficient user interface library implemented as a Rust graphical interface library. It provides language bindings that wrap low-level C library functions to bridge underlying hardware graphics APIs, facilitating the construction of custom graphical user interfaces on resource-constrained embedded systems and microcontrollers. The project incorporates custom memory allocator routing and an internal memory manager that direct dynamic memory allocations through specialized internal graphics memory managers instead of the default syst

    Draws user interface elements onto any display supported by graphics driver integration libraries.

    Rustembeddedgraphicsgui
    عرض على GitHub↗888
  1. Home
  2. User Interface & Experience
  3. Embedded Display Renderers

استكشف الوسوم الفرعية

  • OLED Frame BuffersManagement of pixel data buffers for rendering on OLED screens. **Distinct from Embedded Display Renderers:** Focuses specifically on the buffer management for OLEDs rather than general embedded UI rendering