Serial terminal with a colorful feature.
The data received can be displayed in colors for a better display of information, giving a more personalized and fun feeling.
-
Set text color by name: [t color_name] E.g. [t red] [t blue] [t white]
-
Set text by hex value: [t #RGB] [t #RRGGBB] E.g. [t #f81] [t #ff10bd]
-
Reset text color: [t]
"Hello friend, [t red]this is a [t][t green]test[t], but you can make your own [t #0066ff]customization[t]."
- Blue
- Red
- Green
- Purple
- Yellow
- Silver
- Gray
- Maroon
- Alive
- Lime
- Aqua
- Teal
- Navy
- Fuchsia
- Black
- White
For linux its required to install the sdl2-image library.
- Ubuntu: sudo apt install libsdl2-image-2.0-0
- Arch: sudo pacman -S sdl2_image