All Projects → ThingPulse → Minigrafx

ThingPulse / Minigrafx

Licence: mit
ESP8266 graphics library

Projects that are alternatives of or similar to Minigrafx

Enigmaiot
Secure sensor and gateway platform based on ESP8266 and ESP32
Stars: ✭ 120 (-11.11%)
Mutual labels:  esp32, esp8266
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-5.93%)
Mutual labels:  esp32, esp8266
Pagebuilder
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
Stars: ✭ 104 (-22.96%)
Mutual labels:  esp32, esp8266
Elegantota
Push OTAs to ESP8266 or ESP32 Elegantly.
Stars: ✭ 128 (-5.19%)
Mutual labels:  esp32, esp8266
React Native Smartconfig
A React Native module for ESP8266 Smartconfig
Stars: ✭ 109 (-19.26%)
Mutual labels:  esp32, esp8266
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-22.96%)
Mutual labels:  esp32, esp8266
Webserial
Remote Serial monitor for ESP8266 & ESP32
Stars: ✭ 133 (-1.48%)
Mutual labels:  esp32, esp8266
Tinygsm
A small Arduino library for GSM modules, that just works
Stars: ✭ 1,186 (+778.52%)
Mutual labels:  esp32, esp8266
Mjs
Embedded JavaScript engine for C/C++
Stars: ✭ 1,547 (+1045.93%)
Mutual labels:  esp32, esp8266
Arduinoosc
OSC subscriber / publisher for Arduino
Stars: ✭ 106 (-21.48%)
Mutual labels:  esp32, esp8266
Home Assistant Config
My Home Assistant configuration & documentation.
Stars: ✭ 99 (-26.67%)
Mutual labels:  esp32, esp8266
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (-7.41%)
Mutual labels:  esp32, esp8266
Wifiespnow
ESP-NOW Arduino library for ESP8266 and ESP32
Stars: ✭ 90 (-33.33%)
Mutual labels:  esp32, esp8266
Wled Wemos Shield
Wemos D1 Mini (ESP8266) or Wemos ESP32 D1 Mini (ESP32) based shield for WLED firmware
Stars: ✭ 105 (-22.22%)
Mutual labels:  esp32, esp8266
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+800%)
Mutual labels:  esp32, esp8266
Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+1077.78%)
Mutual labels:  esp32, esp8266
Stickwatch
A DIY smart watch based on M5Stick of ESP32
Stars: ✭ 68 (-49.63%)
Mutual labels:  esp32, esp8266
Aunit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with AUniter or EpoxyDuino for continuous builds.
Stars: ✭ 73 (-45.93%)
Mutual labels:  esp32, esp8266
Perswifimanager
Persistent WiFiManager Arduino library for ESP8266
Stars: ✭ 106 (-21.48%)
Mutual labels:  esp32, esp8266
Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (-12.59%)
Mutual labels:  esp32, esp8266

Build Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].