Dear Experts,
OS: WinCE / Platform: OMAP3530
TI OMAP3 can support 1280*1024 resolution @ ~44Hz.
But I can't find this mode @ VESA Monitor Timing Specification.
And most monitor should not support this frequency. = =?? ~
How do I set the FP/Sync/BP for TI OMAP3 @ 1280*1024 @ ~44Hz and How to verify that ??
thx ~
Reference Link: http://processors.wiki.ti.com/index.php/Display_Subsystem
"The output pixel frequency can be up to 75MHz, supporting various resolutions and frame rates. "
http://processors.wiki.ti.com/images/thumb/c/cc/OMAP3_LCD_sizes.jpg/400px-OMAP3_LCD_sizes.jpg
=======================================
Some definitions in WinCE code.
#define INDEX_LCD_PIXELTYPE 0
#define INDEX_LCD_WIDTH 1 ==>1280
#define INDEX_LCD_HEIGHT 2==>1024
#define INDEX_LCD_HSW 3==>??
#define INDEX_LCD_HFP 4==>??
#define INDEX_LCD_HBP 5==>??
#define INDEX_LCD_VSW 6==>??
#define INDEX_LCD_VFP 7==>??
#define INDEX_LCD_VBP 8==>??
#define INDEX_LCD_LOGCLKDIV 9==>??
#define INDEX_LCD_PIXCLKDIV 10==>??
#define INDEX_LCD_LOADMODE 11
#define INDEX_LCD_POLFREQ 12==>??
#define INDEX_LCD_DEFAULT_COLOR 13
#define INDEX_LCD_TRANS_COLOR 14
#define INDEX_TV_DEFAULT_COLOR 15
#define INDEX_TV_TRANS_COLOR 16
#define INDEX_DSS_CLKSEL_DSS1 17
=======================================