692f088c8e
[ci:skip-build]: already built successfully in CI
6 lines
132 B
Bash
6 lines
132 B
Bash
#!/bin/sh
|
|
|
|
# enable display
|
|
echo 120 > /sys/class/leds/lcd-backlight/brightness
|
|
echo "U:320x480p-0" > /sys/class/graphics/fb0/mode
|
|
|