Line | |
---|
1 | <?php // content="text/plain; charset=utf-8"
|
---|
2 |
|
---|
3 | require_once ('jpgraph/jpgraph.php');
|
---|
4 | require_once ('jpgraph/jpgraph_led.php');
|
---|
5 |
|
---|
6 | // By default each "LED" circle has a radius of 3 pixels. Change to 5 and slghtly smaller margin
|
---|
7 | $led = new DigitalLED74(3);
|
---|
8 | $led->SetSupersampling(2);
|
---|
9 | $text = 'Ð'.
|
---|
10 | 'Ð'.
|
---|
11 | 'Ð'.
|
---|
12 | 'Ð'.
|
---|
13 | 'Ð'.
|
---|
14 | 'Ð'.
|
---|
15 | 'Ð'.
|
---|
16 | 'Ð'.
|
---|
17 | 'Ð'.
|
---|
18 | 'Ð'.
|
---|
19 | 'Ð'.
|
---|
20 | 'Ð'.
|
---|
21 | 'Ð'.
|
---|
22 | 'Ð'.
|
---|
23 | 'Ð'.
|
---|
24 | 'Ð';
|
---|
25 | $led->StrokeNumber($text, LEDC_RED);
|
---|
26 |
|
---|
27 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.