Version 1.9g

This commit is contained in:
nemunaire 2008-11-08 12:00:00 +01:00
commit 4c9814a99c
800 changed files with 237325 additions and 1949 deletions

View file

@ -0,0 +1,12 @@
<?php
include "../jpgraph.php";
include "../jpgraph_led.php";
// By default each "LED" circle has a radius of 3 pixels. Change to 5 and slghtly smaller margin
$led = new DigitalLED74(5);
$led->StrokeNumber('ABC123.',LEDC_RED);
?>