Skip to content

casdata/FruitySerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b88a75 · Apr 17, 2024

History

33 Commits
Apr 7, 2024
Apr 7, 2024
Apr 15, 2024
Apr 7, 2024
Mar 20, 2023
Apr 4, 2023
Apr 7, 2024
Apr 14, 2024
Mar 20, 2023
Apr 8, 2023
Mar 20, 2023
Apr 5, 2024
Apr 15, 2024
Apr 17, 2024
Apr 30, 2023
Apr 30, 2023
Apr 15, 2024

Repository files navigation

Fruity Serial Terminal

Serial terminal with a colorful feature.

Screenshot from 2024-04-15 15-11-40 Screenshot from 2024-04-15 15-10-56 Screenshot from 2024-04-15 15-10-37

Colors

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]

Example

"Hello friend, [t red]this is a [t][t green]test[t], but you can make your own [t #0066ff]customization[t]." H e l l o   f r i e n d ,   t h i s   i s   a   t e s t .   b u t   y o u   c a n   m a k e   y o u r   o w n   c u s t o m i z a t i o n   .

Available Colors by name

  • Blue
  • Red
  • Green
  • Purple
  • Yellow
  • Silver
  • Gray
  • Maroon
  • Alive
  • Lime
  • Aqua
  • Teal
  • Navy
  • Fuchsia
  • Black
  • White

Installation

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