forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
12
onyx2/include/jpgraph/Examples/ledex4.php
Normal file
12
onyx2/include/jpgraph/Examples/ledex4.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. Change to 5 and slghtly smaller margin
|
||||
$led = new DigitalLED74(5);
|
||||
$led->StrokeNumber('ABC123.',LEDC_RED);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue