diff --git a/.media/demo-tui.gif b/.media/demo-tui.gif new file mode 100644 index 0000000..9483e3a Binary files /dev/null and b/.media/demo-tui.gif differ diff --git a/README.md b/README.md index 2dcec59..bd8a581 100644 --- a/README.md +++ b/README.md @@ -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