Skip to content
Adam Dej edited this page Jan 23, 2014 · 8 revisions

Embegfx is a multiplatform graphical library for embedded systems. Goals of this library are a low memory footprint, support more displays connected to one MCU, easy extensibility and portability. This is achieved by not implementing platform-specific code and drivers for low-level hardware interfaces. Due to this, this library may be harder to use.

This library currently supports only 1-bit drawing (including bitmaps and text drawing).

See getting started if you want to quickly get started, or if this library doesn't support your display see library structure and adding display drivers to the library.

Currently supported devices

Clone this wiki locally