2024-08-26 11:47 PM
I'm using NHD-2-8-240320AF-CSXP-FCTP display. I try to get a white background on my LCD panel. However, it isn't operating. To interface with an LCD, I use FSMC.
Where I made mistake. Please any one help me
2024-08-29 04:51 AM
Hello @Meenakshi
Could you please provide more details on your issue?
Do you have as result incorrect colors or partial display?
I advise you check that the display settings are correct as this can lead the display issues.
Ensure that the LCD initialization code is correctly implemented and verify the pixel resolution.
You can refer to application notes such as AN4861, which describes the LCD-TFT display controller (LTDC) on STM32 MCUs. This document provides hardware and pin configurations and application examples.
2024-08-30 12:24 AM
Thanks for your reply @Imen.D
STM32F423ZHT6 lacks an LTDC controller and . How to use it?
1. Could you please provide more details on your issue?
I don't know how to access the display via STM32CubeIDE. Please provide any example code to access the display panel where I put LCD initialization code.
I refer this YouTube video: https://youtu.be/SRQD8JMeg_k?si=bGmAo4KQ7zLAYZx5
This video displays an external load checkbox while he debugs the project. But this isn't displayed in my project.
This my pinout & Config
In STM32CubeIDE -> .ioc file -> X-CUBE-TOUCHGFX -> Display -> Buffer location- By Address and Start address-I put 0x20000000. This is a SRAM1 memory. This is correct or not. If not means what I choose.
Can you help me which file I should insert this specific LCD init code?
Regards,
Mee