From 4e84abb3dc98ba720d50c0a180764424f27d544e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Thu, 31 Oct 2024 17:26:16 +0000 Subject: [PATCH] [README.md] Fixed small format issue and added another point to the roadmap (which is already done) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d194c7a..816be32 100644 --- a/README.md +++ b/README.md @@ -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