mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
lcdproc: sleep 3 sec. before starting to be ensure the driver is loaded
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3f62476664
commit
15cd047624
@ -42,9 +42,11 @@
|
|||||||
|
|
||||||
# sleep 10sec. to for irserver loading
|
# sleep 10sec. to for irserver loading
|
||||||
if [ "$LCD_DRIVER" = "irtrans" ]; then
|
if [ "$LCD_DRIVER" = "irtrans" ]; then
|
||||||
usleep 10000000
|
usleep 7000000
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# sleep another 3sec. to for irserver loading
|
||||||
|
usleep 7000000
|
||||||
LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1
|
LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user