最近一直往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的分辨率要怎么做,这个会支持吗?
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的,可是我用480272这个分辨率却进不去系统,我看boardam335xevm.c中
static const struct display_panel disp_panel = {
QVGA,//WVGA,
32,
32,
COLOR_ACTIVE,
};
QVGA和WVGA默认的分辨率是320240和800480,请问我如果想改成480272的分辨率要怎么做,这个会支持吗?
是UT_LCD43E,分辨率是480272,我试图把关于QVGA的相关数据改成480272,可是发现改过之后重新编译fs根本没有起作用,不知要怎么弄。这个是我用的LCD的数据手册,不知道您问的具体是哪一方面。