Difference between revisions of "Component: Touch Screen (GT911) (Graphical Library)"
From Flowcode Help
Jump to navigationJump to searchLine 15: | Line 15: | ||
Low level routines for controlling or interacting with the GT911 touch screen controller IC found on a lot of common capacitive touch screen products. | Low level routines for controlling or interacting with the GT911 touch screen controller IC found on a lot of common capacitive touch screen products. | ||
− | == | + | ==Version information== |
− | + | Library Version, Component Version, Date, Author, Info | |
− | + | 6, 1.0, 26-07-24, BR, Removed ghost greay square connection line | |
− | |||
==Detailed description== | ==Detailed description== | ||
Line 324: | Line 323: | ||
| 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_GT911.fcfx FC_Comp_Source_TouchScreen_GT911.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_TouchScreen_GT911.fcfx FC_Comp_Source_TouchScreen_GT911.fcfx] |
Revision as of 14:32, 26 July 2024
Author | Matrix Ltd |
Version | 2.0 |
Category | Graphical Library |
Contents
Touch Screen (GT911) component
Low level routines for controlling or interacting with the GT911 touch screen controller IC found on a lot of common capacitive touch screen products.
Version information
Library Version, Component Version, Date, Author, Info 6, 1.0, 26-07-24, BR, Removed ghost greay square connection line
Detailed description
No detailed description exists yet for this component
Examples
Macro reference
Initialise
![]() |
Initialise |
Activates the SPI peripheral and claims control over the I/O pins. Returns 1 if device found and communicating. | |
![]() |
Return |
ReadCoord
ReadXBytes
![]() |
ReadXBytes |
Reads the specified number of bytes starting at the specified address | |
![]() |
Address |
![]() |
Data |
![]() |
NumBytes |
![]() |
Return |
SampleSensor
WriteXBytes
![]() |
WriteXBytes |
Writes the specified number of bytes starting at the specified address | |
![]() |
Address |
![]() |
Data |
![]() |
NumBytes |
![]() |
Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_TouchScreen_GT911.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_TouchScreen_GT911.fcfx