Added a script which shows the current TFT eSPI user config settings.
This commit is contained in:
parent
2a8cf929ca
commit
066e77b522
1 changed files with 2 additions and 0 deletions
2
show_user_cfg.sh
Normal file
2
show_user_cfg.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
cd /Users/klaute/Documents/Arduino/libraries/TFT_eSPI
|
||||
cat User_Setup.h| grep -v "^\/\/" | sed '/^$/d'
|
Loading…
Reference in a new issue