Finished last todos and cleaned up README.md (removed the Roadmap Section)

This commit is contained in:
BlueFox 2024-11-13 23:03:37 +01:00
parent d5b208f3bd
commit 50e9b5211b
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -4,19 +4,7 @@ A micropython library, which supports vertical and horizontal scrolling through
This project is the completely rewritten successor of my old (and now archived) [ProgramChooser](/BlueFox/ProgramChooser) library.
It is now production-ready (tested on 2x16 displays only at the moment.) ToDo: Make the README.md also seem production ready!
## Roadmap
- [x] forward, backward and select button
- [x] support for horizontal and vertical scrolling
- [x] support for both 2x16 and 4x20 LCDs
- [x] a reliable order of the menu items
- [x] good documentation for all of this (maybe through examples)
- [x] show an exit screen when a specific exit code is returned by a callback function
- [x] make the menu itself exitable (to enable stuff like submenus, etc.)
- [x] make the project a valid python package
It is now production-ready (tested on 2x16 displays only at the moment.)
# Installation