Difference between revisions of "Component: GLCD Graph Creator (Graphical Library)"
Line 14: | Line 14: | ||
==GLCD Graph Creator component== | ==GLCD Graph Creator component== | ||
A component to simplify the process of drawing graphs and charts using a graphical LCD. | A component to simplify the process of drawing graphs and charts using a graphical LCD. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Detailed description== | ==Detailed description== | ||
Line 247: | Line 241: | ||
| colspan="2" | Determines the graph plot colour. | | colspan="2" | Determines the graph plot colour. | ||
|} | |} | ||
+ | |||
+ | ==Component Source Code== | ||
+ | |||
+ | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Lib_GLCD_Graph.fcfx FC_Comp_Source_Lib_GLCD_Graph.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Lib_GLCD_Graph.fcfx FC_Comp_Source_Lib_GLCD_Graph.fcfx] |
Latest revision as of 08:48, 21 June 2024
Author | Matrix TSL |
Version | 1.2 |
Category | Graphical Library |
Contents
GLCD Graph Creator component
A component to simplify the process of drawing graphs and charts using a graphical LCD.
Detailed description
No detailed description exists yet for this component
Examples
The graph creator component must be linked to the graphical LCD using the gLCD Object property.
The X Coord, Y Coord, Width and Height component properties set the size and position of the graph on the gLCD.
In the attached example the ADC component sets the input to the graph. Every 50ms a sample is taken and added to the graph.
Any size of graph can be created. For efficiency it is best to try and stick to the following rules.
- The width should be equal to or a multiple of the number of points
- The height should be equal to or a division of the input range - Min Value 0 to Max Value 255 = input range of 256
- If Show Border is enabled then Width and Height should be as above plus 2 to account for the border pixels
Macro reference
AddPoint
![]() |
AddPoint |
Adds a new data point to the graph. | |
![]() |
Data |
Data Value to plot | |
![]() |
Index |
Plot Index: Range 0-7 | |
![]() |
Return |
Initialise
![]() |
Initialise |
Initialises the graph object on the GLCD to the specified dimensions. | |
![]() |
Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Lib_GLCD_Graph.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Lib_GLCD_Graph.fcfx