Edit

Share via


ISevenSegmentDisplay Interface

Definition

Represents a 7-Segment display that can display multiple digits

public interface ISevenSegmentDisplay
type ISevenSegmentDisplay = interface
Public Interface ISevenSegmentDisplay
Derived

Properties

Item[Int32]

Gets or sets a single digit's segments by id

NumberOfDigits

Gets the number of digits supported by the display

Methods

Write(ReadOnlySpan<Font>, Int32)

Write a series of characters to the display buffer

Write(ReadOnlySpan<Segment>, Int32)

Write a series of digits to the display buffer

Applies to