Package crackers.kobots.devices.display
Class LcdProgressBar
-
- All Implemented Interfaces:
public final class LcdProgressBar
Creates a "progress bar" that occupies one line of an LCD. The default line is
0
, or the top-most.The bar uses
|
,||
,|||
and|||!
custom characters (effectively) to fill each character cell. The bar may be shown either left-to-right (default) or right-to-left.
-
-
Constructor Summary
Constructors Constructor Description LcdProgressBar(LcdInterface<?> lcd, Integer displayRow, Boolean leftToRight)
-