From bdc534201e237e8e92fb100b3380f7813bd06b3c Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Thu, 14 Nov 2024 12:07:38 +0000 Subject: [PATCH 1/2] Add Tempe graphics library. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 133d11f..dba6d99 100644 --- a/readme.md +++ b/readme.md @@ -483,6 +483,7 @@ Other places you can look for MicroPython Libraries: * [microplot](https://github.com/romilly/microplot) - Simple MicroPython plotting package. * [micropython-microbmp](https://github.com/jacklinquan/micropython-microbmp) - A small Python module for BMP image processing. * [MicroPython_UPLOT](https://github.com/jposada202020/MicroPython_UPLOT) - MicroPython Small Graphics Framework. +* [Tempe](https://github.com/unital/tempe) - Efficient Micropython graphics library built on top of `framebuf`. #### GUI From 747283c578d64d068c813385ce546693e6dee73e Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 20 Nov 2024 06:55:47 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dba6d99..d85d171 100644 --- a/readme.md +++ b/readme.md @@ -483,7 +483,7 @@ Other places you can look for MicroPython Libraries: * [microplot](https://github.com/romilly/microplot) - Simple MicroPython plotting package. * [micropython-microbmp](https://github.com/jacklinquan/micropython-microbmp) - A small Python module for BMP image processing. * [MicroPython_UPLOT](https://github.com/jposada202020/MicroPython_UPLOT) - MicroPython Small Graphics Framework. -* [Tempe](https://github.com/unital/tempe) - Efficient Micropython graphics library built on top of `framebuf`. +* [Tempe](https://github.com/unital/tempe) - Efficient MicroPython graphics library built on top of `framebuf`. #### GUI