micropython-libraries/README.md

12 lines
748 B
Markdown
Raw Permalink Normal View History

2024-03-10 14:34:33 +00:00
# micropython-libraries
2024-03-10 15:07:04 +00:00
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)
2024-11-15 12:27:59 +00:00
- ~~[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)