source: trunk/client/modules/Elezioni/grafici/ledex2.php@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 264 bytes
Line 
1<?php
2
3include_once "jpgraph.php";
4include "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.