HB/onyx2/include/jpgraph/Examples/ledex1.php
2020-11-15 17:31:22 +01:00

12 lines
214 B
PHP

<?php
include "../jpgraph.php";
include "../jpgraph_led.php";
// By default each "LED" circle has a radius of 3 pixels
$led = new DigitalLED74();
$led->StrokeNumber('0123456789. ABCDEFGHIJKL',LEDC_GREEN);
?>