标题: 103怎么驱动TFT串行RGB接口的LCD [打印本页] 作者: wawa10061212 时间: 2015-10-27 11:23 标题: 103怎么驱动TFT串行RGB接口的LCD 该2.7LCD屏内部控制器是ILI8961,是RGB接口方式,
但是是串行RGB,只有8位的数据线(RGB数据)
有哪位做过类似的串行RGB接口的吗?
求指教啊? 作者: mmuuss586 时间: 2015-10-27 12:30
那只能根据手册的时序写了;
到芯片厂的网站找找资料看看,一般有DEMO例程的;作者: 捉虫天师 时间: 2015-10-27 14:09
Panel resolution (HxV): 960x240 Double gate driver with 480 sources and 480 gates
8-bit resolution, 256 gray scale with dithering (7bits DAC + 1 bit FRC)
Display control and function selection by 3-wire SPI interface.
Support 8-bit RGB, 8-bit Dummy RGB, Parallel RGB, CCIR601 and CCIR656 input.
Build-in DC-DC control circuit, charge pump, VCOM with programmable adjustment
Built-in R-DAC gamma correction
Line/Column inversion selectable
Right/Left shift, Up and Down scan function selectable
Build-In PWM circuit for LED Back-light
Power for digital circuit (VDD): 2.7V~ 3.6V
Power for analog circuit (AVDD): VDD/VINT1
Power for Interface circuit (VDDIO): 1.65V ~ 3.6V
就是个SPI接口锕 作者: wawa10061212 时间: 2015-10-27 16:26
捉虫天师 发表于 2015-10-27 14:09
Panel resolution (HxV): 960x240 Double gate driver with 480 sources and 480 gates
8-bit resoluti ...