Android screen resolution

Hi All,

I’ve managed to get android up running on the pico projector however I can’t seem to find where I can drop down the screen resolution from 1280x720 to the pico’s HVGA 480x320. I tried:

setenv console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb:mode:480x320@50 init=/init rootfstype=ext3 rw rootdelay=1 nohz=off

However this seemed to stay at the original resolution. I have found some documentation on display metrics http://developer.android.com/reference/android/util/DisplayMetrics.html however I and yet to find how I can lower it.

Is anyone familiar with this?

Thanks

Mark