iGo 8, no.
Primo Android...yes, but two choices:
1) Find a data.zip that
someone has modified for your resolution (1280x800). No 'official' data.zip exists for this.
2) Stretch the display from the standard official 800x480 to your resolution by modifying sys.txt such as:
- Code: Select all
[rawdisplay]
driver=engine
;screen_xy="auto"
screen_x=1280
screen_y=800
screen_x2=800
screen_y2=1280
screen_xy="1280_800:1280x800/800x1280:fullscreen"
Which may not look so good on some devices.