Added a script which shows the current TFT eSPI user config settings.

This commit is contained in:
Kai Lauterbach 2024-02-04 12:40:42 +01:00
parent 2a8cf929ca
commit 066e77b522

2
show_user_cfg.sh Normal file
View file

@ -0,0 +1,2 @@
cd /Users/klaute/Documents/Arduino/libraries/TFT_eSPI
cat User_Setup.h| grep -v "^\/\/" | sed '/^$/d'