64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
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
|
|
|