From 485f104aa975dc9ebf587939c091af2d8ec49ffd Mon Sep 17 00:00:00 2001 From: BlueFox Date: Thu, 31 Oct 2024 17:03:30 +0000 Subject: [PATCH] [README.md] Added roadmap and short license note --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e81c638..a7aec0f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # lcdMenu -A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 LC displays \ No newline at end of file +A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 liquid crystal displays + + +## 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) + + +## License + +This project is licensed under the GPL-v3-or-later. A copy can be found [here](LICENSE). \ No newline at end of file