上QQ阅读APP看本书,新人免费读10天
设备和账号都新为新人
1.5.3 液晶驱动
修改LDD6410中的液晶驱动支持EZ6410平台的320×240的液晶屏。
修改的文件为:drivers/video/samsung/s3cfb_wanxin.c。
修改如下:
#elif defined (FB_320_240) /* 320*240 */ #define S3CFB_HFP 30 /* front porch */ #define S3CFB_HSW 41 /* hsync width */ #define S3CFB_HBP 20 /* back porch */ #define S3CFB_VFP 15 /* front porch */ #define S3CFB_VSW 10 /* vsync width */ #define S3CFB_VBP 10 /* back porch */ #define S3CFB_HRES 320 /* horizon pixel x resolition */ #define S3CFB_VRES 240 /* line cnt y resolution */ #define S3CFB_HRES_VIRTUAL 320 /* horizon pixel x resolition */ #define S3CFB_VRES_VIRTUAL (240*2) /* line cnt y resolution */ #define S3CFB_HRES_OSD 320 /* horizon pixel x resolition */ #define S3CFB_VRES_OSD 240 /* line cnt y resolution */