Location:
Search - ts1620-1 lcd
Search list
Description: 16*2液晶显示程序, 16*2液晶显示程序-16 * 2 LCD procedures, 16 * 2 LCD procedures
Platform: |
Size: 1835 |
Author: kuang |
Hits:
Description: 液晶TS1620的程序--Display program for LCD TS1620.
Platform: |
Size: 413696 |
Author: 孙志华 |
Hits:
Description: ts1620液晶的驱动 24c02 红外遥控器 1302的驱动-ts1620 LCD driver 24c02 1302 infrared remote control drive
Platform: |
Size: 4096 |
Author: |
Hits:
Description: ts1620液晶显示的驱动,这种驱动网上一般很小有,是我自己写的并通过了测试-ts1620 LCD driver, which drives the Internet is generally very small, yes, I wrote it myself and passed the test
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 对TMS320lf2407A的和1620液晶显示模块的驱动显示程序
跑通了-right TMS320lf2407A 1620 and the LCD display module driver ran over the proceedings
Platform: |
Size: 56320 |
Author: 李超 |
Hits:
Description: 16*2液晶显示程序, 16*2液晶显示程序-16* 2 LCD procedures, 16* 2 LCD procedures
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 液晶TS1620-1PDF文档的资料-LCD TS1620-1PDF information documents
Platform: |
Size: 54272 |
Author: lyl |
Hits:
Description: TS1620字符型液晶模块驱动程序编写心得-Character LCD Module TS1620-driven programming experience
Platform: |
Size: 5120 |
Author: zhaoyan |
Hits:
Description: TS-1620原理图和程序 TS-1620原理图和程序-TS-1620 schematic diagram and procedures for TS-1620 schematic diagram and procedures
Platform: |
Size: 553984 |
Author: wang |
Hits:
Description: AVR 1620液晶的程序,在WinAvr 20071221 环境下通过测试-LCD AVR 1620 procedure in WinAvr 20071221 circumstances to pass the test
Platform: |
Size: 1024 |
Author: 鸿 |
Hits:
Description: 利用FPGA和硬件描述语言来控制字符型液晶显示器的读写-The use of FPGA and hardware description language to control the read and write character LCD display
Platform: |
Size: 2669568 |
Author: qinkui |
Hits:
Description: PIC16F74用的TS1620液晶显示模块的驱动程序-PIC16F74 using TS1620 LCD driver module
Platform: |
Size: 3072 |
Author: wyq |
Hits:
Description: void OUT_DATA(unsigned char NEW_DATA)
/*** *** *** *** *** *** *** *** *** *** *** *** *** */
void lcd_delay_us(unsigned char us) // 延时微秒@12M,ms最大值255
void lcd_delay_ms(unsigned int ms) // 延时毫秒@12M,ms最大值255
// 产生一个使能脉冲
void lcd_e_toggle(void)
// 循环检测LCD忙标志(BF),直到其值为0,方可执行下一指令
void lcd_wait_until_finish(void)
// 公共函数
// 向LCD写命令字
void lcd_command(unsigned char cmd)
// 设置显示位置(即写入显示地址),x,y均从0开始
void lcd_goto_xy(unsigned char x, unsigned char y)
// 写字符(传入的参数实际为所需显示字符的地址,即液晶字符产生器中字符的地址) -void OUT_DATA (unsigned char NEW_DATA) /*******************************************************************************/void lcd_delay_us (unsigned char us) // extension when microsecond @ 12M, ms maximum 255 void lcd_delay_ms (unsigned int ms) // delay in milliseconds! 12M ms maximum 255// generate an enable pulse void lcd_e_toggle (void) // loop detection LCD busy flag (BF), until its value is 0, before the implementation of the next instruction void lcd_wait_until_finish (void) // public function// write to the LCD the command word void lcd_command of (unsigned char cmd) // set display position (ie write into the display addresses), x, y are from 0 void lcd_goto_xy (unsigned char x, unsigned char y) // write character (incoming parameters actually required to display the address of the character, i.e. the character in the liquid crystal character generator address)
Platform: |
Size: 1024 |
Author: 古峰 |
Hits: