cpresser on Nostr: I want a text-mode-UI (TUI) on my #MicroPython boards. But I could not find curses ...
I want a text-mode-UI (TUI) on my #MicroPython boards. But I could not find curses (or ucurses) that can actually be installed. I tried
`mpremote mip install curses`
which does not work. There is a curses.ascii module, but that does not contain any code, only constants.
Then there is https://github.com/pfalcon/picotui which looks awesome, but also does not work It requireres a `tty` module which is not available for micropython. Not sure how to solve that.
Does anyone have good resources for that topic?
`mpremote mip install curses`
which does not work. There is a curses.ascii module, but that does not contain any code, only constants.
Then there is https://github.com/pfalcon/picotui which looks awesome, but also does not work It requireres a `tty` module which is not available for micropython. Not sure how to solve that.
Does anyone have good resources for that topic?