LCD Canvas 1.1
| Author: Ian
L. Price: free Download: Realbasic café (Hotline) |
Liquid Crystal Displays (LCDs) are what are used
to display digits in non-graphing calculators. They're fairly simple. The calculator's
chip sends a binary number to a converter, which lights up the appropriate sections
out of the seven used per digit (see picture to the left). These displays are cheap,
and easy to make, which makes them perfect for low-cost calculators. The LCD Canvas
tries to imitate these displays, and does a very good job of it.
LCD
Canvas also lets you select colors for the LCDs and background. You can either do
this manually, or by using the "UseBuiltInScheme" method. There are four
built-in schemes, one of which is sure to satisfy you.
| Pros: Simple way to show LCD-style numbers. Has several color schemes.
Can animate. Give you total control over each of the seven LED sections. Simple. Cons: No easy way to show multi-digit numbers in one canvas. Always shows "8" at startup.
|