diff options
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh')
-rwxr-xr-x | recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh b/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh index a08498d7..49500176 100755 --- a/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh +++ b/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh | |||
@@ -5,6 +5,9 @@ for eeprom in /sys/bus/i2c/devices/3-005*/eeprom ; do | |||
5 | "BB-BONE-LCD3-01.") | 5 | "BB-BONE-LCD3-01.") |
6 | echo "Turning off backlight for LCD3 cape" | 6 | echo "Turning off backlight for LCD3 cape" |
7 | i2cset -f -y 1 0x24 0x07 0x00;; | 7 | i2cset -f -y 1 0x24 0x07 0x00;; |
8 | "BB-BONE-LCD4-01.") | ||
9 | echo "Turning off backlight for LCD3 cape" | ||
10 | i2cset -f -y 1 0x24 0x07 0x00;; | ||
8 | *) | 11 | *) |
9 | echo "unknown cape: $PARTNUMBER";; | 12 | echo "unknown cape: $PARTNUMBER";; |
10 | esac | 13 | esac |