Merge pull request #9 from jsiobj/master
added missing warning function to adafruit-pitft.sh
This commit is contained in:
commit
798c6e9316
1 changed files with 4 additions and 0 deletions
4
adafruit-pitft.sh
Normal file → Executable file
4
adafruit-pitft.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue