Difference between revisions of "Component: GLCD MIAC Dummy (Displays: Graphical)"

From Flowcode Help
Jump to navigationJump to search
Line 52: Line 52:
  
 
''<span style="color:red;">No additional examples</span>''
 
''<span style="color:red;">No additional examples</span>''
 +
 +
  
  
Line 170: Line 172:
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 
 
  
  

Revision as of 12:19, 3 February 2023

Author MatrixTSL
Version 1.0
Category Displays: Graphical


GLCD MIAC Dummy component

Component Source Code

Please click here to download the component source project: FC_Comp_Source_temp/Dummy__GLCD_MIAC.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_temp/Dummy__GLCD_MIAC.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples





Macro reference

DisplayCursor

Fc9-comp-macro.png DisplayCursor
Moves the display cursor to the given position. If the cursor is set to the origin at x=0, y=0, then the next character sent to the display will appear in the top left corner.  
Fc9-u8-icon.png - BYTE x
Position of the cursor in characters from left to right. 
Fc9-u8-icon.png - BYTE y
The line to move the cursor to. 
Fc9-void-icon.png - VOID Return


DrawPixel

Fc9-comp-macro.png DrawPixel
 
Fc9-u8-icon.png - BYTE px
 
Fc9-u8-icon.png - BYTE py
 
Fc9-u8-icon.png - BYTE state
 
Fc9-void-icon.png - VOID Return


DrawRect

Fc9-comp-macro.png DrawRect
 
Fc9-u16-icon.png - UINT X1
 
Fc9-u16-icon.png - UINT Y1
 
Fc9-u16-icon.png - UINT X2
 
Fc9-u16-icon.png - UINT Y2
 
Fc9-u8-icon.png - BYTE state
 
Fc9-void-icon.png - VOID Return


PrintString

Fc9-comp-macro.png PrintString
Prints the given character string to the display at the current cursor position and moves the cursor position. 
Fc9-string-icon.png - STRING Str
The string to send to the display. 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties