Library for FTDI FT800, Support up to 512 x 512 pixel resolution.
Dependents: FT800-Demo-Sliders FT800-Clock FT800-Demo-Bitmap
Hardware
- Display TFT 4.3" 480 x 272 (RVT43ULFNWC03) by Riverdi
- Break Out Board 20 by Riverdi
- Cable FFC, 0.5mm pitch, 20 pin, 150 mm
Info
- FT800 - Display, Audio and Touch Graphics Controller IC
- FT801 - Capacitive Touch Enabled Display, Audio and Touch Controller IC
- FT800 Series Programmer Guide
Diff: FT800_Functions.h
- Revision:
- 4:5bcc69cb157a
- Parent:
- 0:b699e59d925b
- Child:
- 5:b28ce8616b41
--- a/FT800_Functions.h Tue Dec 08 14:43:20 2020 +0000 +++ b/FT800_Functions.h Sun Dec 20 23:27:17 2020 +0000 @@ -131,6 +131,7 @@ void rotate(int16_t a); void loadJpgCMD(uint32_t ptr, uint32_t opt); //---------------------------------TEST------------------------------------------ + void writeGraphRAM8 (uint32_t addr, const uint8_t data[], uint16_t lng); void writeGraphRAM16(uint32_t addr, const uint16_t data[], uint16_t lng); void drawChar16(int16_t x, int16_t y, const uint16_t font[], uint16_t n); void drawChar16(int16_t x, int16_t y, uint32_t color, int16_t scl, uint16_t n);