[README.md] Fixed small format issue and added another point to the roadmap (which is already done)

This commit is contained in:
BlueFox 2024-10-31 17:26:16 +00:00
parent df318da444
commit 4e84abb3dc

View File

@ -5,13 +5,14 @@ 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.
## Roadmap:
## Roadmap
- [ ] 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)
- [x] make the project a valid python package
## License