Re: STM32F769I-DISCO - Really noisy TFT LCD display
Hi everyone
i worked fine with MB116-A03 display and now i have the same problem with A09 display. I made the changes available on github:
- created the new component nt35510 with the three files (.h .c .html)
- and made changes to 4 files: stm32f769i_discovery_lcd (.c and .h) stm32f769i_discovery (.c and .h).
However the display still does not work. But are there other changes to be made? It says to enable the correct hardware target, but where can I do that?
In the stm32f769i_discovery.h file I have already reported the lines:
#if !defined(USE_STM32F769I_DISCO) && \
!defined(USE_STM32F769I_DISCO_REVB03)
#define USE_STM32F769I_DISCO
Thanks to anyone who can give me directions.
