Skip to content

ThingPulse/minigrafx

Repository files navigation

PlatformIO CI

ThingPulse MiniGrafx Library

This is a graphics library for embedded devices containing a framebuffer to avoid flickering. Instead of writing directly to the display all drawing operations are made on the buffer stored in memory. Once you are finished with one drawing cycle the whole content of the framebuffer is written to the display.

Service level promise

This is a ThingPulse prime project. See our open-source commitment declaration for what this means.

Inspiration

This library is heavily based on https://github.com/ThingPulse/esp8266-oled-ssd1306 developed by Fabrice Weinberg and myself mostly for tiny OLED displays. This new library targets also color displays and e-paper displays with higher resolution

Philosophy

Often in technology you have to choose between several options and make a trade-off. While some graphic libraries are optimized for minimal memory consumption they have to accept ugly visual side effects such as flickering or tearing.

Getting started

Getting Started by reading the intro.

API

API Documentation of the library.