This example demonstrates how to use an TFT LCD display using the SPI.
Fork of Nucleo_Ex01_TFT by
Intro
This example demonstrates how to use an TFT LCD display using the SPI.
Parts
STM32 Nucleo F446RE |
QVGA 2.2 TFT SPI 240x320 (ILI9341) |
Register 100k ohm |
Register 100 ohm |
Breadboard |
Wires |
Wiring diagram
This circuit diagram was created by fritzing.
TFT J2 | Nucleo |
---|---|
VCC | 3V3 |
GND | GND |
CS | PB_5(D4) |
Reset | PA_10(D2) Pull Up(100k) |
D/C | PA_8(D7) |
MOSI | PA_7(D11) |
SCK | PA_5(D13) |
LED | LED-100ohm-3V3 |
MISO | PA_6(D12) |
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
1:9c5fbf92ee76 | 2016-03-21 | TFT_GREEN value was fixed. | File Diff Annotate |
0:de7a10d9be52 | 2016-03-06 | Release | File Diff Annotate |