1 dépôt
Management 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
Explore 1 awesome GitHub repository matching user interface & experience · OLED Frame Buffers. Refine with filters or upvote what's useful.
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.