Last change
on this file since 388 was 232, checked in by luc, 9 years ago |
- inclusione del tema per mobile Futura2 - inclusione del widget per la ricerca dei candidati - inclusione della segnalazione dell'installazione - altre piccole migliorie.
Inserita classe e file mancanti
|
File size:
263 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=1,$aMargin=0.6);
|
---|
9 | $led->StrokeNumber($sez.' di '.$max,LEDC_GREEN);
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
13 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.