source:
trunk/client/modules/Elezioni/grafici/ledex2.php@
398
Last change on this file since 398 was 2, checked in by , 15 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once "jpgraph.php"; |
4 | include "jpgraph_led.php"; |
5 | $sez=$_GET['sez']; |
6 | $max=$_GET['max']; |
7 | // By default each "LED" circle has a radius of 3 pixels |
8 | $led = new DigitalLED74($aRadius=2,$aMargin=0.6); |
9 | $led->StrokeNumber($sez.' di '.$max,LEDC_YELLOW); |
10 | |
11 | |
12 | |
13 | ?> |
Note:
See TracBrowser
for help on using the repository browser.