Integer 7 Segment Display

From Visuino
Revision as of 16:34, 10 June 2022 by Visuino (talk | contribs) (Created page with "Image:TArduinoDisplayInteger7Segments.png == Summary == {{:Summaries:Summary Integer 7 Segment Display}} == Description == Use this component to display Integer value over multiple digits 7 Segment display. <b>Diagram:</b> Image:TArduinoDisplayInteger7Segments.Preview.png == Categories == *Image:TArduinoDisplaysToolbarCategory.png Category Integer/Displays - {{:Summaries:Summary Category Integer/Displays}} *Image:TArduinoDisplaysToolbarCategory.png...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Displays Integer value over multiple digits 7 Segment display

Description

Use this component to display Integer value over multiple digits 7 Segment display.

Diagram:

Categories

Properties

  • InitialValue - Specifies the initial value of the component
  • LeadingZeroes - Specifies if the leading zeros will be displayed
  • RefreshInterval - Specifies the refresh interval for the display
  • InvertedDigits - Specifies if the digits are selected by inverted value
  • InvertedSegments - Specifies if the segments in each digit are selected by inverted value
  • Enabled - Enables or disable the component.

Pins

  • In - The Integer Input pin of the component or element
  • Digit - The Digits Digital Output pin of the component
  • Segment - The Segments Digital Output pin of the component