#define S3CFB_LCD_TYPE "H43"
#define S3CFB_VBP (0x08) /* back porch */
#define S3CFB_VFP (0x08) /* front porch */
#define S3CFB_VSW (0x01) /* vsync width */
#define S3CFB_HBP (0x28) /* back porch */
#define S3CFB_HFP (0x05) /* front porch */
#define S3CFB_HSW (0x01) /* hsync width */
#define S3CFB_HRES 480 /* horizon pixel x resolition */
#define S3CFB_VRES 272 /* line cnt y resolution */
这是从友善之臂修改的linux源代码里找出来的 直接用好了 没问题的 (这是没有 减一以前的数据)