An LED widget simulates a light emitting diodes display. It implements a few scrolling functions like those on a real LED display.
An LED widget is created by invoking
EZ_CreateWidget with type EZ_WIDGET_LED or
by calling the next function.
EZ_Widget *EZ_CreateLed(EZ_Widget *parent)