nixie

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 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