From 843a1b717d05a088c3845693c34d673f6649afc4 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Sat, 11 May 2024 21:14:54 +0800 Subject: [PATCH 1/3] add MiniGUI --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3747f7..3595295 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,8 @@ Widget toolkits, or things meant to be used in a similar way to them. * [LVGL][575] - embedded GUI with easy-to-use graphical elements, beautiful visuals and a low memory footprint. [``MIT``][MIT] * [luigi][614] - A barebones single-header GUI library for Win32, X11 and Essence. [``MIT``][MIT] +* [MiniGUI][707] - A modern and mature cross-platform window system for embedded + systems. [``GPL-3.0-or-later``][GPL-3.0-or-later] ## Hashing ## @@ -1847,4 +1849,5 @@ support for C. [704]: https://github.com/taosdata/TDengine [705]: https://nappgui.com/ [706]: https://github.com/armink/EasyLogger +[707]: https://github.com/VincentWei/MiniGUI From 336e70fae6e7491271dba83ab1c1283f6625c107 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Sat, 11 May 2024 21:17:28 +0800 Subject: [PATCH 2/3] add AWTK --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3595295..9d0844f 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Widget toolkits, or things meant to be used in a similar way to them. * [luigi][614] - A barebones single-header GUI library for Win32, X11 and Essence. [``MIT``][MIT] * [MiniGUI][707] - A modern and mature cross-platform window system for embedded systems. [``GPL-3.0-or-later``][GPL-3.0-or-later] +* [AWTK][708] - Toolkit AnyWhere, a cross-platform embedded GUI. [``LGPL-2.1-or-later``][LGPL-2.1-or-later] ## Hashing ## @@ -1850,4 +1851,5 @@ support for C. [705]: https://nappgui.com/ [706]: https://github.com/armink/EasyLogger [707]: https://github.com/VincentWei/MiniGUI +[708]: https://github.com/zlgopen/awtk From 082e7a605afc0f145d647a7838912b838639ebe6 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Sat, 11 May 2024 21:23:57 +0800 Subject: [PATCH 3/3] add u8g2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d0844f..ee5fd1a 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ Widget toolkits, or things meant to be used in a similar way to them. * [MiniGUI][707] - A modern and mature cross-platform window system for embedded systems. [``GPL-3.0-or-later``][GPL-3.0-or-later] * [AWTK][708] - Toolkit AnyWhere, a cross-platform embedded GUI. [``LGPL-2.1-or-later``][LGPL-2.1-or-later] +* [u8g2][709] - U8glib library for monochrome displays, version 2. [``BSD-2-Clause``][BSD-2-Clause] ## Hashing ## @@ -1852,4 +1853,5 @@ support for C. [706]: https://github.com/armink/EasyLogger [707]: https://github.com/VincentWei/MiniGUI [708]: https://github.com/zlgopen/awtk +[709]: https://github.com/olikraus/u8g2