Difference between revisions of "Component: GLCD QR Code Generator (Graphical Library)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 2.2 |- | width="20%" style="color:gray...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
==GLCD QR Code Generator component== | ==GLCD QR Code Generator component== | ||
− | A component to | + | A component to generate QR codes for displaying on a GLCD. |
==Detailed description== | ==Detailed description== | ||
Line 21: | Line 21: | ||
==Examples== | ==Examples== | ||
− | + | Here a simple example showing a QR code being generated on a display. | |
+ | |||
+ | The size of the QR code in blocks is set using the QR version component property. | ||
+ | |||
+ | The size in pixels of each block is set using the BlockSize function parameter. | ||
+ | |||
+ | {{Fcfile|QR_Demo.fcfx|QR Demo}} | ||
==Macro reference== | ==Macro reference== |
Latest revision as of 16:39, 30 May 2024
Author | Matrix TSL |
Version | 2.2 |
Category | Graphical Library |
Contents
GLCD QR Code Generator component
A component to generate QR codes for displaying on a GLCD.
Detailed description
No detailed description exists yet for this component
Examples
Here a simple example showing a QR code being generated on a display.
The size of the QR code in blocks is set using the QR version component property.
The size in pixels of each block is set using the BlockSize function parameter.
Macro reference
DrawQRCode
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Lib_QRCode.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Lib_QRCode.fcfx