- 5
- 0
- 约2.82千字
- 约 4页
- 2018-05-05 发布于河南
- 举报
开发板触摸屏调适
FS2410 开发板linux-2.6.35内核 LCD 驱动移植
在arch/arm/mach-smdk2410.c相应位置中添加如下蓝色行代码
#include mach/regs-lcd.h?? //added by Thomas.Yang 2011-01-30#include mach/fb.h#include mach/regs-gpio.h#include plat/pll.h#include plat/udc.h#include mach/gpio-fns.h#include mach/regs-clock.h#include asm/delay.h /*LCD35 driver Added by Thomas.Yang (Yang Zhiping) 2011-01-30 ********************************************************************/static struct s3c2410fb_display fb_thomas_display = {??? ??? .type = S3C2410_LCDCON1_TFT,??? //LCD 类型??? ??? .width = 320,???? //LCD 宽??? ??? .height = 240,?? //LCD 高?
原创力文档

文档评论(0)