Braille glyphs not showing on terminal #250
-
I'm running a Raspberry Pi with Open Media Vault, which turns a Raspbian Lite install into a NAS. When running btop on a SSH connection (PuTTY), it runs beautifully, but when I run it on the terminal (HDMI monitor connected to the Raspberry Pi), only TTY characters are shown. I've played a lot with console-terminal configurations. It behaves as expected, except I can't make the terminal to show braille characters. Is it possible to display braille characters on the terminal? If so, how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It probably possible with some custom framebuffer driver and custom fonts, but not in a standard linux console with standard fonts. |
Beta Was this translation helpful? Give feedback.
@Cassiano-Gunji
It probably possible with some custom framebuffer driver and custom fonts, but not in a standard linux console with standard fonts.
Btop automatically detects if running in a real tty so you also need to start with
--tty_off
to disable tty mode in the console.