HB/onyx2/include/jpgraph/Examples/ledex4.php

13 lines
236 B
PHP
Raw Normal View History

2008-11-08 11:00:00 +00:00
<?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);
?>