This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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): |