Description
Delivers @hansolo_'s SteelSeries gauge components. Source code for the SteelSeries can be found at Kenai. This post provides more information on the usage and configuration of each component.
Installation
The current version of griffon-steel-plugin is 0.7
To install just issue the following command
Usage
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
poi |
name |
String |
|
|
|
|
|
lat |
double |
|
|
|
|
|
lon |
double |
|
|
|
|
airCompass |
|
|
|
|
|
|
altimeter |
|
|
|
|
|
|
clock |
|
|
|
|
|
|
compass |
|
|
|
|
|
|
digitalRadialGauge |
|
|
|
|
|
|
displayCircular |
|
|
|
|
|
|
displayMulti |
|
|
|
|
|
|
displayRectangular |
|
|
|
|
|
|
displaySingle |
|
|
|
|
|
|
horizon |
|
|
|
|
|
|
led |
|
|
|
|
|
|
level |
|
|
|
|
|
|
linearGauge |
|
|
|
|
|
|
linearBargraph |
|
|
|
|
|
|
radar |
|
|
|
|
|
|
radialGauge |
|
|
|
|
|
|
radial1SquareGauge |
|
|
|
|
|
|
radial1VerticalGauge |
|
|
|
|
|
|
radial2TopGauge |
|
|
|
|
|
|
radialCounterGauge |
|
|
|
|
|
|
radialBargraph |
|
|
|
|
|
|
radialSquareSmall |
|
|
|
|
|
|
sparkLine |
|
|
|
|
|
|
stopWatch |
|
|
|
|
|
|
windDirection |
|
|
|
|
|
|
The following nodes have been removed in version 0.5
Node |
|---|
digitalRadialLcdGauge |
linearLcdGauge |
linearBargraphLcd |
radial1Gauge |
radial1LcdGauge |
radial2Gauge |
radial2LcdGauge |
radial3Gauge |
radial3LcdGauge |
radial4Gauge |
radial4LcdGauge |
radialBargraph |
radialBargraph1Lcd |
radialBargraph2 |
radialBargraph2Lcd |
radialBargraph3 |
radialBargraph3Lcd |
radialBargraph4 |
radialBargraph4Lcd |
radialSquareVertical |
The following methods have been added to Radar
- add(Poi) - convenient way to call addPoi().
- leftShift(Poi) - enables the left shift operator for adding Pois to a Radar.
History
Version |
Date |
Notes |
|---|---|---|
0.7 |
06-14-11 |
upgraded to SteelSeries 3.9.3; new components: StopWatch and WindDirection |
0.6 |
05-06-11 |
upgraded dependencies |
0.5.2 |
03-28-11 |
upgraded to SteelSeries 3.8; new components: AirCompass and Horizon |
0.5.1 |
02-22-11 |
upgraded dependencies |
0.5 |
02-21-11 |
upgraded to SteelSeries 3.7.1 |
0.4 |
11-16-10 |
upgraded to SteelSeries 2.1 |
0.3 |
09-30-10 |
upgraded to SteelSeries 1.3 |
0.2.1 |
09-15-10 |
previous release had a wrong SteelSeries jar |
0.2 |
09-14-10 |
upgraded to latest release of SteelSeries |
0.1 |
08-16-10 |
first release |
0 Comments
Hide/Show Comments