From a9dd13a1cc7da3d532c10dfacb4da605bd9ab86d Mon Sep 17 00:00:00 2001 From: BlueFox Date: Thu, 31 Oct 2024 20:45:36 +0000 Subject: [PATCH] Added more items to the roadmap in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 816be32..d54c362 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This project is the completely rewritten successor of my old (and now archived) - [ ] support for both 2x16 and 4x20 LCDs - [ ] 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 +- [ ] make the menu itself exitable (to enable stuff like submenus, etc.) - [x] make the project a valid python package