Mousefood – Build embedded terminal UIs for microcontrollers
1–10 of 48 posts
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#2Hi Orhun,
Could it be used with CYD (Cheap yellow display) ?
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#3Hi Orhun, Could it be used with CYD (Cheap yellow display) ?
At the bottom of the page there is a mention of "Phone-OS - A modern phone OS for ESP32 CYD", so apparently it must be supported.
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#4Cool! I just recently began learning the Raspberry Pi Pico. Could anyone recommend a specific display that I could use with the Pico 2/2W and Mousefood?
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#5aaaaand this how I learn rust
I learned go because of bubbletea and mousefood (which combines my work as an embedded systems programmer and love for torminals) is here
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#6«Mousefood - a no-std embedded-graphics backend for Ratatui!»
Hence 100% Rust. Works on ESP32, RPi2040, and even STM32. Several displays mentioned, including e-ink.
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#7This is awesome! I love ratatui, having it available on embedded is very cool! I wonder if it will work with async on embedded e.g. embassy..
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#8aaaaand this how I learn rust I learned go because of bubbletea and mousefood (which combines my work as an embedded systems programmer and love for torminals) is here
Oh bubbletea is really cool. Is this how most interactive CLIs are made?
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#9aaaaand this how I learn rust I learned go because of bubbletea and mousefood (which combines my work as an embedded systems programmer and love for torminals) is here
Oh bubbletea is really cool. Is this how most interactive CLIs are made?
I used bubbletea for a while but quit it because of inconsistencies in the design. Went to ratatui and never looked back. Go and Bubbletea are nice, but rust is much more suited for building tuis.
Re: Mousefood – Build embedded terminal UIs for microcontrollers
#10Reminds me a lot of the UI styles in the Minecraft mod ComputerCraft.