From c9eb5774729a7508f7ed48f68ca292efb898315e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 15 Nov 2024 13:27:59 +0100 Subject: [PATCH] Fixed broken ruling out (markdown...) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7689de3..442e767 100644 --- a/README.md +++ b/README.md @@ -5,7 +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)~ has been retired +- ~~[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)