An LCD widget simulates a liquid crystal display. It is capable of displaying a fixed width numerical value.
An LCD widget is created by invoking
EZ_CreateWidget
with type EZ_WIDGET_LCD
or
by calling the next function.
EZ_Widget *EZ_CreateLcd(EZ_Widget *parent, int ndigits)