forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
12
jpgraph/Examples/ledex3.php
Normal file
12
jpgraph/Examples/ledex3.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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_YELLOW);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue