[README.md] Added roadmap and short license note
This commit is contained in:
parent
27acc64ee3
commit
485f104aa9
16
README.md
16
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
|
||||
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).
|
Loading…
Reference in New Issue
Block a user