- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 1kb
- Update:
- 2013-03-23
- Downloads:
- 0 Times
- Uploaded by:
- 古峰
Description: 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)
To Search:
File list (Check if you may need any files):
TS1620.h