Updated the Roadmap tick marks to the current state...

This commit is contained in:
BlueFox 2024-11-01 16:39:23 +00:00
parent 2c1f0c34f6
commit 4f1b59efeb

View File

@ -7,12 +7,12 @@ This project is the completely rewritten successor of my old (and now archived)
## Roadmap
- [ ] forward, backward and select button
- [x] 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
- [x] a reliable order of the menu items
- [ ] good documentation for all of this (maybe through examples)
- [ ] show an exit screen when a specific exit code is returned by a callback function
- [x] show an exit screen when a specific exit code is returned by a callback function
- [ ] make the menu itself exitable (to enable stuff like submenus, etc.)
- [x] make the project a valid python package