From 2bb327817685b0407c77d225c6b98c00523dd24c Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 15 Nov 2024 13:26:34 +0100 Subject: [PATCH] Added a link to the new lcdMenu library and as well ruled out the old ProgramChooser one --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e277a89..7689de3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A collection of microPython libraries (mostly for & tested on Raspberry Pi Pico) ## Useful links - [Collection of some display drivers (not included here due to questionable licensing)](https://github.com/stechiez/raspberrypi-pico) -- [ProgramChooser - a simple program selection library (uses a LCD display)](https://git.privacynerd.de/BlueFox/ProgramChooser) +- ~[ProgramChooser - a simple program selection library (uses a LCD display)](https://git.privacynerd.de/BlueFox/ProgramChooser)~ has been retired +- [lcdMenu - an advanced menu generator for lcd screens](https://git.privacynerd.de/BlueFox/lcdMenu) - [WelcomeScreen - a simple library providing a customizable welcome screen fading over an LCD](https://git.privacynerd.de/BlueFox/WelcomeScreen) -- ... possibly more to come (if I find something clever) \ No newline at end of file +- ... possibly more to come (if I find something clever)