Difference between revisions of "LCD"
(Created page with "category:Library_Reference =LCD= ==LCD_Init== {| class="wikitable" style="colspan:1; background-color:#4682B4;" {{#Widget:LibTable}} |- |Defination || |- | Input A...") |
(→LCD_Init) |
||
Line 8: | Line 8: | ||
{{#Widget:LibTable}} | {{#Widget:LibTable}} | ||
|- | |- | ||
− | |Defination || | + | |Defination || void LCD_Init(uint8_t lcdMode, uint8_t lcdtype) |
|- | |- | ||
− | | Input Arguments || | + | | Input Arguments || uint8_t: required Mode 4/8-bit. uint8_t: Type of LCD used (16x2/16x1 etc) |
|- | |- | ||
− | | Return Value|| | + | | Return Value|| none |
|- | |- | ||
− | | Description || | + | | Description ||:This function is used to initialize the lcd. |
+ | *It initializes the LCD for selected mode(4/8-bit) and Type(16x2/16x1 etc) | ||
|- | |- | ||
| Usage || | | Usage || | ||
|} | |} | ||
− | |||
− | |||
− | |||
==LCD_CmdWrite== | ==LCD_CmdWrite== | ||
{| class="wikitable" style="colspan:1; background-color:#4682B4;" | {| class="wikitable" style="colspan:1; background-color:#4682B4;" |
Revision as of 11:04, 14 December 2014
Contents
LCD
LCD_Init
Defination | void LCD_Init(uint8_t lcdMode, uint8_t lcdtype) |
Input Arguments | uint8_t: required Mode 4/8-bit. uint8_t: Type of LCD used (16x2/16x1 etc) |
Return Value | none |
Description | :This function is used to initialize the lcd.
*It initializes the LCD for selected mode(4/8-bit) and Type(16x2/16x1 etc) |
Usage |
LCD_CmdWrite
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DataWrite
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_Clear
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_GoToLineOne
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_GoToLineTwo
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_GoToXY
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DisplayString
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_ScrollMessage
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DisplayDecimalNumber
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DisplayHexNumber
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DisplayBinaryNumber
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_DisplayFloatNumber
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |
LCD_Printf
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |