I got my picocalc a few days ago. My first project was to make it my “AI buddy”, where I could run gemini-cli and ollama over ssh. Wez Furlong laid some amazing groundwork with his picocalc-wezterm project, but the terminal emulation needs help.
I was anxious to get something up a running, so rather than creating a PR to improve upon his great terminal emulator code, I forked. I swapped out his code with Rust’s “vte” package, added more terminal characters, added scroll back functionality, and made a few other minor changes.
Now the picocalc is a pretty effective ssh/wifi based dumb terminal.
Source code and a uf2 is at:
Try it out and let me know how this works for you.