10 lines
343 B
Markdown
10 lines
343 B
Markdown
# ESLabsCurses
|
|
Library for curses like interfaces on embedded displays.
|
|
|
|
Right now its only for my [CDashDisplay](https://github.com/ESilva15/CDashDisplay)
|
|
project, so it probably doesn't work that good on other projects.
|
|
|
|
# TO-DO
|
|
- Start suing `Arduino_Canvas` for drawable elements. I think it uses double buffering¿
|
|
Need to explore that.
|