Skip to content

Instantly share code, notes, and snippets.

View LHLaurini's full-sized avatar

Luiz Henrique Laurini LHLaurini

  • Grenoble, France
View GitHub Profile
@LHLaurini
LHLaurini / gtkwave-sigrok-filter.py
Last active November 27, 2022 21:43 — forked from smunaut/gtkwave-sigrok-filter.py
Transaction Filter Process for GTKWave to run SigRok protocol decoders
#!/usr/bin/env python3
"""
gtkwave-sigrok-filter.py
This is a modified (hopefully improved) version of the script by smunaut
(https://gist.github.com/smunaut/4239a17ea116d5ddfdaecad381f712e9).
Improvements:
- Disable colors (distracting and less readable);
#!/bin/sh
set -eu
# To run this:
# - Download it
# - Copy to the scrcpy directory
# - Run (in the scrcpy directory):
# Linux:
# cat troubleshoot.sh | adb shell
# Windows (Command Prompt):