![]() |
![]()
| ![]() |
![]()
NAMEEZ_SetLcdString - Set the string to be displayed by an LCD widgetSYNOPSIS#include <EZ.h> void EZ_SetLcdString(EZ_Widget *lcd, char *str) ARGUMENTSlcd Specifies a LCD widget. str Specifies a string.DESCRIPTIONEZ_SetLcdString updates a LCD widget to display the given string.SEE ALSOEZ_SetLcdInteger(3), EZ_SetLcdFloat(3), EZ_ClearLcd(3), EZ_SetLcdNDigits(3), EZ_SetLcdFontSize(3), EZ_SetLcdForeground(3), EZ_SetLcdBackground(3)
|