Page 1 of 1

Simple project (from samples) - problem on VGA device

PostPosted: May 8, 2009 @ 10:51pm
by damientrue
I run "Simple" project (from GapiDraw samples) and on VGA device all graphics are "doublepixeled".

How can I switch off scaling? (i want graphics in native - high resolution).

PostPosted: May 9, 2009 @ 10:17pm
by Johan
Hello,

Open MyApplication.cpp

Find and remove "GDDISPLAY_QUARTERSIZE"

This should give you the native resolution.

Sincerely
Johan