From b6ace4ff7a763ecc4327e6d369ec4f525651bd72 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 10 Mar 2024 16:07:04 +0100 Subject: [PATCH] Added a LoRa and an LCD library --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 621121e..015cf9b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # micropython-libraries -A collection of microPython libraries (mostly for & tested on Raspberry Pi Pico); each library has it's own license! \ No newline at end of file +A collection of microPython libraries (mostly for & tested on Raspberry Pi Pico); each library has it's own license! + +## 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) +- ... possibly more to come (if I find something clever) \ No newline at end of file