From 4f1b59efebf03b1c8c229945533378261e321797 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 1 Nov 2024 16:39:23 +0000 Subject: [PATCH] Updated the Roadmap tick marks to the current state... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d54c362..2e2eb37 100644 --- a/README.md +++ b/README.md @@ -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