diff options
-rw-r--r-- | conf/machine/tosa.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 6d258e19e9..ed0e05dfd7 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -12,3 +12,8 @@ IMAGE_FSTYPES ?= "jffs2" MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb apm-tosa-suspendfix" ROOT_FLASH_SIZE = "28" + +MACHINE_GUI_CLASS=bigscreen +MACHINE_DISPLAY_WIDTH_PIXELS=480 +MACHINE_DISPLAY_HEIGHT_PIXELS=640 +MACHINE_DISPLAY_ORIENTATION=0 |