3dd4d8f220
The phone boots pmOS, and the basic functionalities are ready. [ci:skip-build]: already built successfully in CI
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer resolution
|
|
echo 240,640 > /sys/class/graphics/fb0/virtual_size
|
|
|
|
|