Enhancement: Add a generic text board/panel visualization

Author: AlisonTristaoCreated Jun 8, 2026Updated Jun 10, 2026

Hey! Wow, I haven't updated this branch in a while, and there are a lot of cool new changes that I really liked.

I had an idea for a new type of visualization: what do you think about implementing a 'card' or 'panel' view? I implemented a status visualizer on my robot and I'm currently sending a formatted string. For this specific case, I could use a table (which is already implemented), but I'd have to change the logic and I think it would be too much trouble.

By creating a dedicated panel/card to add text or other elements, we could have a more modular visualization for info that isn't necessarily just numerical data.

Right now, it's hard to track this data using the standard console because I'm sending it at a low frequency, so other logs just push it out of view.

What do you think?

Image

Source: Serial-Studio/Serial-Studio