Hi,
We have a project need port the wince6.0 to customer's board which base on AM3517, use the BSP version is BSP_WINCE_ARM_A8_01_02_00. the hardware of the board is modeled the AM3517 EVM which designed by LOGIC, but the LCD of customer board is 10.4inch (color TFT-LCD module: LQ104V1DG59 produced by SHARP), so my problem is how to modify the BSP for the project, especially the LCD driver.
Does it only two files(lcd_vga.c and lcd_support.c) relate to LCD in the BSP? how to modify the LCD resolution initializtion to suit customer's board, I found there have a function "GetDisplayResolutionFromBootArgs(DWORD * pDispRes)" in /eboot/main.c, but I havn't found where the parameter "g_bootCfg" been set. could you please show me where can configure the LCD resolution in the BSP? Thanks!