Difference between revisions of "Component: FTDI (FT800) (FT800) (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==FTDI (FT800) component== | ==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. | 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 Pack== | ||
+ | |||
+ | COMMSA | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:19, 7 January 2022
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 Pack
COMMSA
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
MemRead16 |
Reads a single unsigned int from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
![]() |
MemRead8 |
Reads a single data byte from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
![]() |
MemRead32 |
Reads a single unsigned long from the FT800 internal address space | |
![]() |
Address |
![]() |
Return |
![]() |
MemWrite16 |
Writes a unsigned int value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
![]() |
MemWrite8 |
Writes a byte value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
![]() |
CommandWrite |
Sends FT800 command | |
![]() |
Command |
![]() |
Return |
![]() |
MemWrite32 |
Writes a unsigned long value to the FT800 internal address space | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
![]() |
Initialise |
System initialization routines. Executed once on reset. Returns 0 if device not detected or 1 if device is correctly initialised. | |
![]() |
Return |