2022-11-17 02:29 AM
Dear users.. Has anybody interfaced 4x4 keypad with ILI9341 based TFT display on Nucleo-64 microcontroller board?
2022-11-23 11:13 AM
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