pmaports/device/device-t2m-flame/initfs-hook.sh
Fabrice Desré da3a164992 Rename mozilla-flame to t2m-flame (#488)
* Rename mozilla-flame to t2m-flame
* Keep Mozilla as the marketing name
2017-09-01 21:30:38 +00:00

5 lines
110 B
Bash

#!/bin/sh
fbdev=/sys/class/graphics/fb0
echo "480,1708" > $fbdev/virtual_size
cat $fbdev/modes > $fbdev/mode