2024-10-31 09:13:13 +00:00
|
|
|
# lcdMenu
|
2024-10-30 19:41:28 +00:00
|
|
|
|
2024-10-31 17:03:30 +00:00
|
|
|
A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 liquid crystal displays
|
|
|
|
|
2024-10-31 17:07:00 +00:00
|
|
|
This project is the completely rewritten successor of my old (and now archived) [ProgramChooser](/BlueFox/ProgramChooser) library.
|
|
|
|
|
2024-10-31 17:03:30 +00:00
|
|
|
|
2024-10-31 17:26:16 +00:00
|
|
|
## Roadmap
|
2024-10-31 17:03:30 +00:00
|
|
|
|
|
|
|
- [ ] forward, backward and select button
|
|
|
|
- [ ] support for horizontal and vertical scrolling
|
|
|
|
- [ ] support for both 2x16 and 4x20 LCDs
|
|
|
|
- [ ] a reliable order of the menu items
|
|
|
|
- [ ] good documentation for all of this (maybe through examples)
|
2024-10-31 17:26:16 +00:00
|
|
|
- [x] make the project a valid python package
|
2024-10-31 17:03:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under the GPL-v3-or-later. A copy can be found [here](LICENSE).
|