This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am3359的gingerbread使用lcd的分辨率是480272

Other Parts Discussed in Thread: AM3359

最近一直往am3359上移植gingerbread,遇到一个很头疼的问题,我用的lcd分辨率是480272的,可是我用480272这个分辨率却进不去系统,我看boardam335xevm.c中

static const struct display_panel disp_panel = {
QVGA,//WVGA,
32,
32,
COLOR_ACTIVE,
};

QVGA和WVGA默认的分辨率是320240和800480,请问我如果想改成480272的分辨率要怎么做,这个会支持吗?