diff --git a/README.md b/README.md index ff2fc66..484ad87 100644 --- a/README.md +++ b/README.md @@ -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