/minigrafx

ESP8266 graphics library

Primary LanguageC++

The 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.

Inspiration

This library is heavily based on another library https://github.com/squix78/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

## API

API Documentation