cancel
Showing results for 
Search instead for 
Did you mean: 

How to interface ILI9341 TFT display and 4x4 keypad with STM32 based Nucleo-64 board?

Rainbow2601
Associate II

Dear users.. Has anybody interfaced 4x4 keypad with ILI9341 based TFT display on Nucleo-64 microcontroller board?

1 REPLY 1
Imen.D
ST Employee

Hello @Rainbow2601​ ,

Which Nucleo board?

It depends on the main features of the display. You have to check the schematics and memory layer.

Check the manual of the board and the available pins (you can check if it is the same as on DISCO board).

Have a look also at the "reference boards embedding LTDC and featuring an on-board LCD-TFT panel " in the AN4861.

STM32 Nucleo Example #01 TFT - YouTube

A dedicated driver for this display module (ili9341.c), including initialization and configuration commands, is available in the STM32Cube firmware package.

example under: STM32Cube_FW_F4_Vx.xx.x\Drivers\BSP\Components\ili9341 

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen