Difference between revisions of "nixie"

From Lazarus wiki
Jump to navigationJump to search
(nixie page added)
 
m (added real name of the component and its location in the components palette)
Line 1: Line 1:
 
== About ==
 
== About ==
  
''nixie'' is a a component to display numeric values using images of nixie tubes:
+
''nixie'' (TNixieDisplay) is a a component to display numeric values using images of nixie tubes:
  
 
[[Image:nixie.png]]
 
[[Image:nixie.png]]
Line 43: Line 43:
 
* Open the package nixiedisplay.lpk in the lazarus ide
 
* Open the package nixiedisplay.lpk in the lazarus ide
 
* Click install
 
* Click install
 +
* After the installation the ''TNixieDisplay'' component will be in the ''Misc'' tab of the components palette
  
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 13:26, 19 January 2017

About

nixie (TNixieDisplay) is a a component to display numeric values using images of nixie tubes:

nixie.png

play with the properties:

  • Digits how many digits to show
  • Value the number to show (if there aren't enough digits ---- will be displayed instead)
  • LeadingZero if you want to show the leading zeroes or omit them (i.e. the tube will be shown in an off state)
  • Color using clNone will paint transparently over the background, any other color will be solid
  • Style NsTube will use images of ZM1082 nixie tubes while NsRound will show round nixies


Author

Luca Olivetti

License

Modified LGPL as per the FCL license

ZM1082 images by Cestmir Hybl in the public domain, see https://commons.wikimedia.org/wiki/File:ZM1082_operating_animation_front_250px.gif

Round nixie images by Hellbus under a Creative Commons Attributions-Share Alike 3.0 Unported license, see https://commons.wikimedia.org/wiki/File:Nixie2.gif

Download

You can get this component from the source repository (mercurial) here.

Dependencies / System Requirements

  • None that I know of

Status: Stable (I hope)


Installation

  • Get the source from here.
  • Open the package nixiedisplay.lpk in the lazarus ide
  • Click install
  • After the installation the TNixieDisplay component will be in the Misc tab of the components palette