Merge pull request #9 from jsiobj/master

added missing warning function to adafruit-pitft.sh
This commit is contained in:
Limor "Ladyada" Fried 2018-03-31 12:32:32 -04:00 committed by GitHub
commit 798c6e9316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
adafruit-pitft.sh Normal file → Executable file
View file

@ -47,6 +47,10 @@ TRANSFORM_28c180="1 0 0 0 1 0 0 0 1"
TRANSFORM_28c270="0 -1 1 1 0 0 0 0 1"
warning() {
echo WARNING : $1
}
############################ Script assisters ############################
# Given a list of strings representing options, display each option