Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casdata authored Apr 17, 2024
1 parent e03a94a commit 9b88a75
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Fruity Serial Terminal
Serial terminal with a colorful feature.

![Screenshot from 2024-04-15 15-11-40](https://github.com/casdata/FruitySerial/assets/31713203/56d114c5-6218-471e-a435-cdddcad8d2ce)
![Screenshot from 2024-04-15 15-10-56](https://github.com/casdata/FruitySerial/assets/31713203/ae6618c5-a59b-4af9-a8e5-7260728281c7)
![Screenshot from 2024-04-15 15-10-37](https://github.com/casdata/FruitySerial/assets/31713203/4abfdc4d-c10f-4f3a-a6a2-a6b17dc4cdba)



## 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<space>color_name]
E.g. [t red] [t blue] [t white]
- Set text color by name: [t color_name]
E.g. [t red] [t blue] [t white]

- Set text by hex value: [t<space>#RGB] [t<space>#RRGGBB]
- Set text by hex value: [t #RGB] [t #RRGGBB]
E.g. [t #f81] [t #ff10bd]

- Reset text color: [t]
Expand Down Expand Up @@ -37,3 +41,7 @@ $${Hello \space friend, \space \color{red}this \space is \space a \space \color{
- 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

0 comments on commit 9b88a75

Please sign in to comment.