mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
added notice about calibration
This commit is contained in:
parent
4cbaf15324
commit
f49a674452
1 changed files with 3 additions and 0 deletions
|
@ -431,6 +431,9 @@ if [ "${touchscreen}" != "${choice}" ]; then
|
||||||
echo "Touchscreen Setting changed .."
|
echo "Touchscreen Setting changed .."
|
||||||
anychange=1
|
anychange=1
|
||||||
sudo /home/admin/config.scripts/blitz.touchscreen.sh ${choice}
|
sudo /home/admin/config.scripts/blitz.touchscreen.sh ${choice}
|
||||||
|
if [ "${choice}" == "1" ]; then
|
||||||
|
dialog --title 'Touchscreen Activated' --msgbox 'Touchscreen was activated - will reboot.\n\nAfter reboot use the SCREEN option in main menu to calibrate the touchscreen.' 9 48
|
||||||
|
fi
|
||||||
needsReboot=1
|
needsReboot=1
|
||||||
else
|
else
|
||||||
echo "Touchscreen Setting unchanged."
|
echo "Touchscreen Setting unchanged."
|
||||||
|
|
Loading…
Add table
Reference in a new issue