Display two digits as an lcd

Posted by Thomo on March 12, 2005

how to display any two digits between 00..99 as a lcd.
using seven polygons for each digit that lights up when a number is clicked. These digits should be painted on Tcanvas at run time. should have an on and an off button to control the display and buttons in the range 0..9
an eg. to the solution to the 7 polygons should look as below.
each"-" represent a polygon but they must touch each other and the various ends.

     ____
    |    |
     ____
    |    |
     ____
   

if possible these two digits could count atomatically by use of a timer.

thank you

Related Articles and Replies


Delphi Tutorials -- by DelphiLand