这是介绍TFT液晶的资料,详细介绍了TFT液晶的工作原理、显示原理,深入介绍TFT驱动板的设计。-introduced TFT LCD detailed information on the TFT LCD principle, the revelation principle, TFT-driven insights on the design of the plate.
单片机驱动TFT液晶原理图, void address_set(unsigned int x1,unsigned int y1,unsigned int x2,unsigned int y2) { main_W_com_data(0x0020,x1);//设置X坐标位置 main_W_com_data(0x0021,y1);//设置Y坐标位置 main_W_com_data(0x0050,x1); //开始X main_W_com_data(0x0052,y1); //开始Y main_W_c