'\" '\" Copyright (c) 1997 Maorong Zou '\" .TH EZ_SetLedString 3 "" EZWGL "EZWGL Functions" .BS .SH NAME EZ_SetLedString \- Set the string to be displayed by an LED widget .SH SYNOPSIS .nf .B #include .sp .BI "void EZ_SetLedString(EZ_Widget *" led ", char *" str ", char *" color) .sp .SH ARGUMENTS \fIled\fR Specifies a LED widget. .sp \fIstr\fR Specifies a string. .sp \fIcolor\fR Specifies a color. .SH DESCRIPTION .PP \fBEZ_SetLedString\fR updates the LED to display the given string. The new string will be displayed using the given color. .SH "SEE ALSO" EZ_QueueLedAction(3), EZ_SetLedFont(3), EZ_GetLedString(3), EZ_SetLedPixelSize(3), EZ_SetLedFont(3), EZ_SetLedColorFunction(3)