Tft 2.4" con STM32F103C8T6
Tft 2.4" con STM32F103C8T6
Hi, I'm trying to implement the Chinese 2.4 "TFT screen with the STM32F103C8T6 board. I've seen other discussions on this forum, but without coming up with a result. Could anyone help me?
Re: Tft 2.4" con STM32F103C8T6
usually having the datasheet for your display would be the starting point.
Re: Tft 2.4" con STM32F103C8T6
Modulo LCD TFT DA 2.4 pollice TFT schermo LCD per Arduino UNO R3 Consiglio e supporto mega 2560 con gif Touch penna
https://s.click.aliexpress.com/e/bOPNniZj
https://s.click.aliexpress.com/e/bOPNniZj
-
- Posts: 163
- Joined: Wed Nov 16, 2016 8:52 am
Re: Tft 2.4" con STM32F103C8T6
It is a regular Mcufriend Shield.
The photos in your link show an AMS1117-3.3 regulator.
The link says SPFD5408 controller.
I would not trust Ebay advertisers or your AliExpress link. Wait and see what arrives through the door.
99.9% of these boards should work with MCUFRIEND_kbv Arduino library.
Depending on the controller that is mounted, several other libraries should work too. e.g. with ILI9325, ILI9341
David.
The photos in your link show an AMS1117-3.3 regulator.
The link says SPFD5408 controller.
I would not trust Ebay advertisers or your AliExpress link. Wait and see what arrives through the door.
99.9% of these boards should work with MCUFRIEND_kbv Arduino library.
Depending on the controller that is mounted, several other libraries should work too. e.g. with ILI9325, ILI9341
David.
Re: Tft 2.4" con STM32F103C8T6
I made this LCD work with both Arduino UNO and Arduino Mega 256p r3 with Joao Lopes's SPDF5408 library
https://github.com/JoaoLopesF/SPFD5408
https://github.com/JoaoLopesF/SPFD5408
Re: Tft 2.4" con STM32F103C8T6
from another discussion in this forum I realized that we need to connect the pins in the following way:
Code: Select all
Port data |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 |
Pin stm32 |PB7|PB6|PB5|PB4|PB3|PB2|PB1|PB0|
Control pins |RD |WR |RS |CS |RST|
Pin stm32 |PA4|PA5|PA6|PA7|PA8|
Re: Tft 2.4" con STM32F103C8T6
the PB2 pin is not present between the output pins, so I took the soldering iron and soldered a wire to use the PB2 pin