-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
115 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
use Amenadiel\JpGraph\Image; | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL ', Image\Configs::getConfig('LEDC_GREEN')); | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_GREEN); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_KHAKI')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_KHAKI); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_OLIVE')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_OLIVE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_LIMEGREEN')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_LIMEGREEN); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_FORESTGREEN')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_FORESTGREEN); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_TEAL')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_TEAL); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_STEELBLUE')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_STEELBLUE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_NAVY')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_NAVY); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_INVERTGRAY')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_INVERTGRAY); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_RED')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_RED); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_YELLOW')); | ||
|
||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_YELLOW); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels. Change to 5 and slghtly smaller margin | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(6); | ||
// By default each "LED" circle has a radius of 3 pixels. Change to 5 and slghtly smaller margin | ||
$led = new DigitalLED74(6); | ||
$led->SetSupersampling(1); | ||
$led->StrokeNumber('123.', Image\Configs::getConfig('LEDC_RED')); | ||
$led->StrokeNumber('123.', LEDC_RED); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_BLUE')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_BLUE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_GRAY')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_GRAY); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_CHOCOLATE')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_CHOCOLATE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_PERU')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_PERU); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* JPGraph v4.1.0-beta.01 | ||
* JPGraph v4.0.3 | ||
*/ | ||
|
||
use Amenadiel\JpGraph\Image\DigitalLED74; | ||
|
||
require_once __DIR__ . '/../../src/config.inc.php'; | ||
// By default each "LED" circle has a radius of 3 pixels | ||
use Amenadiel\JpGraph\Image; | ||
|
||
$led = new Image\DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', Image\Configs::getConfig('LEDC_GOLDENROD')); | ||
// By default each "LED" circle has a radius of 3 pixels | ||
$led = new DigitalLED74(); | ||
$led->StrokeNumber('0123456789. ABCDEFGHIJKL', LEDC_GOLDENROD); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters