source:
trunk/xgraph/jpgraph/Examples/ledex15.php@
42
| Last change on this file since 42 was 42, checked in by , 11 years ago | |
|---|---|
| File size: 292 bytes | |
| Rev | Line | |
|---|---|---|
| [42] | 1 | <?php // content="text/plain; charset=utf-8" |
| 2 | ||
| 3 | require_once ('jpgraph/jpgraph.php'); | |
| 4 | require_once ('jpgraph/jpgraph_led.php'); | |
| 5 | ||
| 6 | // By default each "LED" circle has a radius of 3 pixels | |
| 7 | $led = new DigitalLED74(); | |
| 8 | $led->StrokeNumber('0123456789. ABCDEFGHIJKL',LEDC_STEELBLUE); | |
| 9 | ||
| 10 | ||
| 11 | ||
| 12 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
