Demo for FT800 library. 7 sliders are used to control the RGB color, size & position.
HARDWARE:
- Board FRDM-K64F
- Display TFT 4.3" 480 x 272 (RVT43ULFNWC03)
- Break Out Board 20
- Cable FFC, 0.5mm pitch, 20 pin, 150 mm
CONNECTION:
------------------------------------
FRDM-K64F Break Out Board
------------------------------------
+3.3V --- Pin 17 BLVDD
+3.3V --- Pin 1 VDD
GND --- Pin 2 GND
D13 (PTD1) SCLK --- Pin 3 SPI SCLK
D12 (PTD3) MISO --- Pin 4 MISO
D11 (PTD2) MOSI --- PIN 5 MOSI
D10 (PTD0) --- Pin 6 CS
D9 (PTC4) --- Pin 7 INT
D8 (PTC12) --- Pin 8 PD
------------------------------------
mbed_app.json@0:a3a642a3024c, 2020-12-03 (annotated)
- Committer:
- nz
- Date:
- Thu Dec 03 23:14:50 2020 +0000
- Revision:
- 0:a3a642a3024c
FT800-Demo-Sliders
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nz | 0:a3a642a3024c | 1 | { |
nz | 0:a3a642a3024c | 2 | "target_overrides": { |
nz | 0:a3a642a3024c | 3 | "*": { |
nz | 0:a3a642a3024c | 4 | "target.printf_lib" : "std", |
nz | 0:a3a642a3024c | 5 | "platform.stdio-convert-newlines" : 1 |
nz | 0:a3a642a3024c | 6 | } |
nz | 0:a3a642a3024c | 7 | } |
nz | 0:a3a642a3024c | 8 | } |