Update README.md with demo capture of st_record.py in TUI mode

This commit is contained in:
Dominic Höglinger 2025-05-17 17:50:04 +02:00
parent 1637a172fc
commit 5b9bda35af
2 changed files with 3 additions and 1 deletions

BIN
.media/demo-tui.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

View File

@ -12,7 +12,9 @@ ST is a small tracing library written in C99.
It is optimized for minimal data usage and aims to be easy to use
while also being flexible enough to be integrated in hard real time systems.
Signals types supported are all integers up to 32 bit as well as their arrays, floats, events and strings.
Signal types supported are all integers up to 32 bit as well as their arrays, floats, events and strings.
![Demo of st_record.py in TUI mode displaying various traced signals and diagnostic information regarding ST](.media/demo-tui.gif "Demo of st_record.py in TUI mode")
# How to use