Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 381 Bytes

EightSegmentDisplay.md

File metadata and controls

10 lines (6 loc) · 381 Bytes

EightSegmentDisplay < SlopSevSegDisplay

A control for rendering a seven-segment display with decimal point. (https://en.wikipedia.org/wiki/Seven-segment_display)

Methods

dp - returns state of decimal point( true - "on", false - "off")
dp=(value : Bool) - sets state of decimal point( true - "on", false - "off").