Difference between revisions of "Component: GLCD Graph Creator XY (Graphical Library)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==GLCD Graph Creator XY component== | ==GLCD Graph Creator XY component== | ||
A component to simplify the process of drawing XY graphs and charts using a graphical LCD. | A component to simplify the process of drawing XY graphs and charts using a graphical LCD. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Detailed description== | ==Detailed description== | ||
Line 194: | Line 188: | ||
|- | |- | ||
| colspan="2" | Decides if a X or Y grid is shown for the graph | | colspan="2" | Decides if a X or Y grid is shown for the graph | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
Line 213: | Line 197: | ||
|- | |- | ||
| colspan="2" | Determines the graph background colour. | | colspan="2" | Determines the graph background colour. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | ||
Line 224: | Line 203: | ||
| 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_GraphXY.fcfx FC_Comp_Source_Lib_GLCD_GraphXY.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Lib_GLCD_GraphXY.fcfx FC_Comp_Source_Lib_GLCD_GraphXY.fcfx] |
Latest revision as of 08:48, 21 June 2024
Author | Matrix TSL |
Version | 1.2 |
Category | Graphical Library |
Contents
GLCD Graph Creator XY component
A component to simplify the process of drawing XY graphs and charts using a graphical LCD.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AddPoint
![]() |
AddPoint |
Adds a new data point to the graph. | |
![]() |
X |
X Data Value to plot | |
![]() |
Y |
Y 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_GraphXY.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Lib_GLCD_GraphXY.fcfx