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
159 B
Bash
6 lines
159 B
Bash
#!/bin/sh
|
|
|
|
# Framebuffer
|
|
echo 0,1709 > /sys/devices/platform/mtkfb.0/graphics/fb0/pan
|
|
echo 480,2592 > /sys/devices/platform/mtkfb.0/graphics/fb0/virtual_size
|
|
|