Skip to main content
Rainbow2601
Visitor II
November 17, 2022
Question

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

  • November 17, 2022
  • 1 reply
  • 1960 views

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

This topic has been closed for replies.

1 reply

ST Technical Moderator
November 23, 2022

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks