2020-11-18 04:20 AM
I'm using DSI in video mode +LTDC in Stm32f769IITX to interface with LCD driver "ST7701"
and i am facing problems to display an image even i followed the manufacturer initialization sequence. so, i contacted with the the "ST7701" supplier which said that "STM mcu is not compatible with lcd driver "ST7701" ,"NT35510MH" as well.
2020-11-18 02:48 PM
> i contacted with the the "ST7701" supplier which said that "STM mcu is not compatible with lcd driver "ST7701" ,"NT35510MH" as well.
Seems like you got a pretty direct answer there. It's one thing if you read a random post that says something, but if the manufacturer of the LCD is saying it won't work, I would consider alternatives.
2020-11-19 12:28 AM
Hello,
I need more than "no". I need an answer for "why" to think in a work around solution and to make a better choice the next time.
2021-03-16 02:21 AM
Hi,
I'm also using the ST7701 lcd driver with stm32F469 and I'm facing problems.
Could you please tell me if you've solved your problem? Could you please share with me conclusions?
Thanks,
Ari
2021-03-25 01:37 AM
Unfortunately, we didn't know the problem of compatibility which make mcu using DSI didn't work with ST7701.
so we had to use RGB instead.
Wish you good luck
2021-07-11 04:09 AM
Hello,
Please, does somebody know why ST7701 is not compatible with STM32F4 or STM32F7 ?
Thank you.
Best regards.
2021-07-11 06:42 AM
Maybe contact the supplier? Or reference timing diagrams between reference manual and datasheet.
2021-07-21 01:19 AM
Hi all,
My board consists of stm32f469 and LCD with ST7701 controller, DSI interface.
The LCD works. But performance is not 100%. I'll be glad to share code.
I wonder if those that didn't succeed mean that , LCD didn't work at all or they experienced bad performance?
Ari
2021-07-21 01:31 AM
Hi ,
Thank you so much for your feedback, I am happy to listen your experience.
My supplier say to me I don't have any example with mipi :) so I am alone and ST7701 are used but with linux most of the time so the platform is different.
When I read It doesn't work I am a littlle ambarased because I have so many lcd screen with ST7701.
Performance is not an issue for the moment for me I just want to display 15-30 fps even if it is a partial screen.
There is an example with DSI and another controller for stm32469 and so one and some commands seems to be the same so I prepare a special PCB to verify the actual code in example to test with my LCD (ST7701) https://www.buydisplay.com/4-inch-tft-lcd-display-480x480-pixel-with-mipi-interface-for-iot-devices.
In few days I will received my custom board to test the LCD but I am anxious due too the non feasibility explain in first posts
Can you tell me more about performance "is not 100%" can I obtain 30 fps on 480*480 24 bits ?
I am very late on my project if you can share with me a little project or sample code to use my ST7701 LCD It will be really a gift for me just before holidays :)
Thank you so much.
2021-07-21 02:37 AM
Hi,
Please find attached. I hope it will help.
My LCD is 480*800 (Portrait).
Regarding performance, images on screen often are darker than expected, after changing screen I see faded "leftovers" from the previous screen and also some screens flicker, while others are stable. I don't know how to explain these problems.