Version 2 (modified by 14 years ago) ( diff ) | ,
---|
PrintLCDbutton
Prints text on the LCD screen using the default font.
void PrintLCD(const char* pszText);
Parameters
- pszText - character array pointer. Use one of the following defines: FONT_BTN_ZERO FONT_BTN_TARE1 FONT_BTN_TARE2 FONT_BTN_GROSS FONT_BTN_NET FONT_BTN_PRINT FONT_BTN_UNITS FONT_BTN_ID FONT_BTN_MENU
Return Value
- void - does not return any value
Remarks
- This does not create a button that responds to pressing. This function would not normally be used in an application. Instead refer to the form functions.
Examples
PrintLCDbutton(FONT_BTN_ZERO);
See Also
Note:
See TracWiki
for help on using the wiki.