Difference between revisions of "Component: Touch Screen (FT6X06) (Graphical Library)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 2.0 |- | width="20%" style="color:gray...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
Low level routines for controlling or interacting with the FT6X06 touch screen controller IC found on a lot of common capacitive touch screen products. Also compatible with FT6x36 touch screen controller IC. | Low level routines for controlling or interacting with the FT6X06 touch screen controller IC found on a lot of common capacitive touch screen products. Also compatible with FT6x36 touch screen controller IC. | ||
− | == | + | ==Version information== |
− | |||
− | |||
− | + | Library Version, Component Version, Date, Author, Info | |
+ | 11, 1.0, 26-07-24, BR, Removed ghost greay square connection line | ||
==Detailed description== | ==Detailed description== | ||
Line 27: | Line 26: | ||
==Examples== | ==Examples== | ||
− | + | An example of how to sample read a capacitive touch display overlay using the component. | |
+ | |||
+ | {{Fcfile|FT6X06_Demo.fcfx|FT6X06 Demo}} | ||
==Macro reference== | ==Macro reference== | ||
Line 79: | Line 80: | ||
|- | |- | ||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | ===SetOrientation=== | ||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetOrientation''' | ||
+ | |- | ||
+ | | colspan="2" | Allows the orientation to be overridden. | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" | Orientation | ||
+ | |- | ||
+ | | colspan="2" | Range: 0 - 3 | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 138: | Line 158: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-7-icon.png]] |
− | | width="90%" | | + | | width="90%" | Apply Scaling |
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
Line 187: | Line 207: | ||
| colspan="2" | Allows the I2C communications to be simulated and piped through an API to real world hardware. | | colspan="2" | Allows the I2C communications to be simulated and piped through an API to real world hardware. | ||
|} | |} | ||
+ | |||
+ | ==Component Source Code== | ||
+ | |||
+ | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_TouchScreen_FT6X36.fcfx FC_Comp_Source_TouchScreen_FT6X36.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_TouchScreen_FT6X36.fcfx FC_Comp_Source_TouchScreen_FT6X36.fcfx] |
Latest revision as of 14:32, 26 July 2024
Author | Matrix Ltd |
Version | 2.0 |
Category | Graphical Library |
Contents
Touch Screen (FT6X06) component
Low level routines for controlling or interacting with the FT6X06 touch screen controller IC found on a lot of common capacitive touch screen products. Also compatible with FT6x36 touch screen controller IC.
Version information
Library Version, Component Version, Date, Author, Info 11, 1.0, 26-07-24, BR, Removed ghost greay square connection line
Detailed description
No detailed description exists yet for this component
Examples
An example of how to sample read a capacitive touch display overlay using the component.
Macro reference
Initialise
![]() |
Initialise |
Activates the SPI peripheral and claims control over the I/O pins. | |
![]() |
Return |
ReadCoord
SampleSensor
SetOrientation
![]() |
SetOrientation |
Allows the orientation to be overridden. | |
![]() |
Orientation |
Range: 0 - 3 | |
![]() |
Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_TouchScreen_FT6X36.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_TouchScreen_FT6X36.fcfx