Byte Monitor
A widget that display the bits in an Integer or Long Integer value as a set of LEDs. Any other
numeric type will be converted to Long Integer before it is displayed.
Special Properties
- Number of Bits (numBits)
- The number of bits to display.
- Start Bit (startBit)
- The bit number in the integer to start displaying.
- Reverse Bits (bitReverse)
- Reverse the direction that bytes are
displayed. If no, the start bit (the smallest bit) is on right or bottom.
- Horizontal (horizontal)
- If the LEDs are horizontal arranged.
- On Color (on_color)
- Color of the LED when the bit is 1.
- Off Color (off_color)
- Color of the LED when the bit is 0.
- Square LED (square_led)
- If each LED in the widget is in rectangle shape.
- Effect 3D (effect_3D)
- Draw widget with advanced graphics to make 3D effect.
In some platforms, advance graphics may not be available, in which case the widget will not be drawn
with advanced graphics even this is set to yes. The advance graphics function can also be disabled
from Preference Settings.
See Also