Difference between revisions of "Component: FTDI (FT800) (FT800) (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 72: | Line 72: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 77: | Line 79: | ||
==Macro reference== | ==Macro reference== | ||
+ | ===IncrementCommandOffset=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 100: | Line 103: | ||
+ | ===MemRead16=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 118: | Line 122: | ||
+ | ===MemRead8=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 136: | Line 141: | ||
+ | ===MemRead32=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 154: | Line 160: | ||
+ | ===MemWrite16=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 177: | Line 184: | ||
+ | ===MemWrite8=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 200: | Line 208: | ||
+ | ===CommandWrite=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 218: | Line 227: | ||
+ | ===MemWrite32=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 241: | Line 251: | ||
+ | ===Initialise=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- |
Revision as of 11:49, 3 February 2023
Author | MatrixTSL |
Version | 2.0 |
Category | Misc |
Contents
FTDI (FT800) component
The FT800 provides a powerful feature set in a small package to create dynamic HMI interfaces. The device supports line by line graphics rendering to 1/16 of a pixel on displays with resolution up to 512 x 512 with 262K colours. The chip includes a touch controller for sensing touch feedback from a TFT display with a resistive touch panel as well as a sound synthesizer and audio playback with a PWM output to drive a speaker.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_FTDI-FT800.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_FTDI-FT800.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
IncrementCommandOffset
MemRead16
![]() |
MemRead16 |
Reads a single unsigned int from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
MemRead8
![]() |
MemRead8 |
Reads a single data byte from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
MemRead32
![]() |
MemRead32 |
Reads a single unsigned long from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
MemWrite16
![]() |
MemWrite16 |
Writes a unsigned int value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
MemWrite8
![]() |
MemWrite8 |
Writes a byte value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
CommandWrite
![]() |
CommandWrite |
Sends FT800 command | |
![]() |
Command |
![]() |
Return |
MemWrite32
![]() |
MemWrite32 |
Writes a unsigned long value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
Initialise
![]() |
Initialise |
System initialization routines. Executed once on reset. Returns 0 if device not detected or 1 if device is correctly initialised. | |
![]() |
Return |