JVCL Help:TJv7SegmentedLEDDigit

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomSegmentedLEDDigit
TJvBaseSegmentedLEDDigit
TJv7SegmentedLEDDigit
run\JvSegmentedLEDDisplay.pas


Summary

Classic 7-segmented LED digit.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 TJv7SegmentedLEDDigit = class(TJvBaseSegmentedLEDDigit);


Description

TJv7SegmentedLEDDigit is the classic 7-segmented LED digit as used in many digital clocks and calculators.
As a derivative of TJvBaseSegmentedLEDDigit, this class provides in a DP segment commonly used as a decimal point by calculators. In addition it provides a 'colon', made up of two separately controllable segments. It allows settings to not show the colon at all, show the low point of the colon only, the entire colon or the entire colon without any of the other segments.

The digit layout is the same as for TJvBaseSegmentedLEDDigit but two dots are added (named CH and CL):

             A
           -----
          |     |
         F|  .CH|B
          |  G  |
           -----
          |     |
         E|  .CL|C
          |     |
           -----  .DP
             D 

run\JvSegmentedLEDDisplay.pas


About

Navigation

run\JvSegmentedLEDDisplay.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page