Driving ILI9341 TFT Display with STM32F103C8T6 board.
Dependencies: mbed mbed-STM32F103C8T6 UniGraphic
TFT Display ILI9341 driven by STM32F103C8T6 board
This is a fork of Geremia's UniGraphic Demo using his UniGraphic library.
For more details see the UniGraphic API documentation and ILI9341 Class Reference.
Schematic
Wiring
STM32F103C8T6 | ILI9341 | |||
---|---|---|---|---|
+5V | <=> | VCC | ||
GND | <=> | GND | ||
PA_15 | <=> | CS | ||
PA_12 | <=> | RESET | ||
PA_11 | <=> | D/C | ||
PB_5 | <=> | SDI(MOSI) | ||
PB_3 | <=> | SCK | ||
+5V | <R1> | LED | ||
PB_4 | <=> | SDO(MISO) |
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:61f96984ff5c | 2020-04-25 | hudakz | Bluepill driving an ILI9341 SPI TFT display. |
2:8ab51242fa0e | 2019-02-05 | hudakz | Updated. |
1:cf50575d5b7f | 2017-01-07 | hudakz | Updated |
0:7136ca870582 | 2017-01-07 | hudakz | Initial release. |