Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

include "../jpgraph.php";
include "../jpgraph_led.php";

// By default each "LED" circle has a radius of 3 pixels
$led = new DigitalLED74();
$led->Stroke('0123456789. ABCDEFGHIJKL',LEDC_GREEN); 



?>