2019-06-17 01:41 AM
I successfully implemented (via CubeMX) an application to manage the display.
So FMC initialization is correct, as are the prmitive to interact with the LCD
I would now like use TouchGFX.
I have read in the various posts that it can be done.
My problem is: where to start?
I have searched for a long time in the forum, but we are referring to older versions of the TouchGFX Designer.
The ideal would be an HowTo to create a Custom Application Template for a project generated with CubeMX and Atollic (or SW4STM32).
Solved! Go to Solution.
2019-07-10 02:48 AM
Hi @Martin KJELDSEN ,
I create a new project in CubeMX IDE for my board (WaveShare Open746I).
based on a working project I configured:
SystemClock;
FMC;
SDRAM (mapped to 0xd0000000);
LTDC;
DMA;
DMA2D;
CRC;
I also created a simple application through the TouchGFX Designer.
This is what I see on the LCD
What could be the problem ? How to debug?
Through debugger, if I try to modify the frame buffer in external memory (0xd0000000) I see the changes on the LCD correctly.
Best Regards
/Antonello
2020-02-18 06:22 AM
Hello,
I am currently trying to interface a screen of this type with a stm32f746zg, without success.
Could you tell me how you did it? Which library did you use?
Do you have an example?
Best Regards,
Valentin
2020-02-20 05:56 AM
Hello @HVale.1 ,
which display are you referring to? During the discussion I changed hardware.
The one based on SSD1963 or the other?
Anyway:
Best Regards
Antonello
2020-02-20 05:57 AM
2020-02-20 06:11 AM
Hello ,
I'm referring to the ssd1963 (displaytech INT070ATFT-TS screen)
My problem is that I can't find a library compatible with the stm32f746ZG for this screen and I have a lot of difficulties to make it work.
I looked to adapt the library provided by displaytech (initially intended for the 32 PICs), without success.
Best regards,
Valentin
2020-02-20 06:14 AM
I just tried to open the configuration file on the STM32CubeIDE ide, but I can't do it :\
2020-06-10 08:22 AM
Hello! I have a similar problem when using TuchGFX and ssd1963 based display.
I have a custom board with a stm32f407vgt6 controller. From this FSMC links to control the display based on ssd1963 through 16bit interface. Can I use the capabilities of TouchGFX in this situation? When using STEmwin, this was not a problem, since STEmwin has a driver for ssd1963 based displays.
2020-06-11 03:17 AM
Yeah, it's possible. Please have a look at
https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc