Jump to content

Component: GLCD (E-BLOCKS 3) Dummy (Graphical Color)

From Flowcode Help
Author Matrix TSL
Version 1.0
Category Graphical Color


GLCD (E-BLOCKS 3) Dummy component

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

DrawBezier

DrawBezier
Draws a quadratic Bezier curve with the current foreground colour from pixel location X0, Y0 to pixel location X2, Y2 using control point CX, CY. 
- UINT X0
Start X coordinate 
- UINT Y0
Start Y coordinate 
- UINT CX
Control point X coordinate 
- UINT CY
Control point Y coordinate 
- UINT X2
End X coordinate 
- UINT Y2
End Y coordinate 
- UINT Resolution
Number of segments to approximate the curve, 0 chooses an automatic value based on curve size. 
- VOID Return


DrawBitmap

DrawBitmap
 
- STRING Filename
 
- UINT X1
 
- UINT X2
 
- BYTE Orientation
 
- BYTE Transparency
 
- BYTE Flip
 
- BYTE Return


DrawBitmapScaled

DrawBitmapScaled
 
- STRING Filename
 
- UINT X1
 
- UINT X2
 
- UINT Width
 
- UINT Height
 
- BYTE Orientation
 
- BYTE Transparency
 
- BYTE Flip
 
- BYTE Return


DrawQRCode

DrawQRCode
 
- UINT X1
 
- UINT Y1
 
- BYTE Scaler
 
- STRING Text
 
- VOID Return


SendBinaryScene

SendBinaryScene
 
- BYTE Data
 
- UINT Length
 
- VOID Return


SetBitmapTransparency

SetBitmapTransparency
Assigns the colour to use as the transparent mask. Anything in this specific colour will not be drawn when the DrawBitmap->Transparent parameter is set. 
- BYTE R
Colour channel. Range: 0 to 255 
- BYTE G
Colour channel. Range: 0 to 255 
- BYTE B
Colour channel. Range: 0 to 255 
- VOID Return


Property reference

Properties

Component Source Code

Please click here to download the component source project: FC_Comp_Source_GLCD_EB3_MatrixCapTouch_Dummy.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_GLCD_EB3_MatrixCapTouch_Dummy.fcfx