From 50e9b5211b7383f1b02f3e54db9eb76d42f11eb2 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 13 Nov 2024 23:03:37 +0100 Subject: [PATCH] Finished last todos and cleaned up README.md (removed the Roadmap Section) --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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