Explain LCD4 brightness

testing
Martin Ewing 2014-05-03 22:17:18 -04:00
rodzic 37f36cfc86
commit 78e835d9db
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,7 @@
#! /bin/bash
# Applies to BeagleBone Black with LCD4 or compatible display.
# Set LCD4 brightness 0-100 from command line.
# Insist on being root
if [[ $EUID -ne 0 ]]; then