Added a LoRa and an LCD library

This commit is contained in:
BlueFox 2024-03-10 16:07:04 +01:00
parent 0c4b3260aa
commit b6ace4ff7a

View File

@ -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!
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)