Files
esilva 0ec1e34a96 Some more spaghetti won't kill anyone
I really need to fix some of this tho : (
2026-06-09 16:36:05 +01:00

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.