From a853101a529d355347fc55bd10a8f173917c1f55 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sat, 24 Jun 2023 13:06:17 +0300 Subject: [PATCH] Add Embedded-graphics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b54f59f..db10eca 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ Computer Vision * [emGUI](https://github.com/libEmGUI/emGUI) - Simple C UI Library for embedded platforms. * [micromenu-v2](https://github.com/abcminiuser/micromenu-v2) - Tiny text-orientated menu library in C for embedded use. * [HAGL](https://github.com/tuupola/hagl) - Lightweight Hardware Agnostic Graphics Library for embedded devices. It supports basic geometric primitives, bitmaps, blitting, fixed width fonts. Library tries to stay lightweight but targets reasonably powerful microchips such as ESP32. There is no dynamic allocation. +* [Embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) - 2D graphics library that is focused on memory constrained embedded devices to draw graphics without using any buffers (Rust). ### GUI editors