2019-01-27 08:04 PM
i have making a project which i can simulate the project but i can't run the same on my target.
Solved! Go to Solution.
2019-01-28 09:29 PM
Hi Sir ,
I try to open the file and i can't build any file sir so that i can't simulate.Sir actually i am using STM32F429I.Is that board is capable to do such kind of video playing,? There is low support for that device STM32F429I.Now i am blank how to load video sir.Could you help me?
1.I have read the Bitmap load article i get some knowledge ,but where i have to change those changes in my file.
2.I am familiar with keil so is there any possible to do graphics or load bitmap in keil
please help me.
Thank you
2019-01-29 03:43 AM
Hi,
I have a doubt , is there possible to bypass the error by increasing memory using external one.@Martin KJELDSEN
2019-01-29 11:28 PM
Hi @NS.16,
I think the demo only works on IAR and for the STM32F769-DISCO board.
There is a more simple project of how to do video here - Try checking that out:
http://ftp.draupnergraphics.com/TouchGFX/demos/simple_video769eval.zip
2019-01-30 12:33 AM
Thank you sir ,
But the above link sample video is not flashing in my board.
@Martin KJELDSEN
I have some doubts,
1.how to load our png images to bmp file in keil .If possible please provide step by step coding.the gfx bmp file article only shows the program and there not mentioned where to insert our customized code and how to?.So that i asked sir.
2.Noramlly images are stored in external flash.is there possible to increase the external flash size into GB.Because our project need high graphics.?
3.Is there any possibility to load video in touchgfx without images slides
4.after succesfully uploading my project in stm32f429I , i can upload the same in visual studio.I can't even build i shows lot of files are not in the folder.but the same file is flashed through toughgfx?
Please concern all of above doubts.
i think now you can understand my problem.Could you give me brief explanation and clarification sir.
Regards,
Nagaraj S
2019-01-30 10:08 PM
Hi @Martin KJELDSEN the sample projects are not flashing in my board and it can't launch in simulator.Now i am blank how should i move into the project is there any ways?
I have got error while building the libJPEG bmp image file in visual studio.
could you help me?
2019-01-30 10:31 PM
Hi @Martin KJELDSEN ,
I need some support regarding toughgfx of following doubts,
1.I can't add more images in toughgfx , it shows compilation error because of high graphics.So how to add the images as bitmap files in visual studio or keil micro vision.
Is it possible to add a high end graphics through bmp file coding? if possible means how to do?
I have troubling to open the libJPEG file in visual studio.It shows lot error.
Is there any other ways to implement lot images and animation in stm32f429I board using touchgfx.
Regards,
Nagaraj S
2019-01-31 12:30 AM
Hi @NS.16,
The examples were created some time ago. I'm not quite sure about the state of them, but i'm planning on doing a screencast to explain these things (jpeg, mjpeg) and also provide some up to date examples.
2019-01-31 12:33 AM
Which board are you programming? You cannot increase the size of the QSPI. You can, however, have your graphics on an external file system like an SD card, but then these must be decoded and loaded into dynamic bitmaps - You need to consider the performance of this, depending on your application.
2019-01-31 01:54 AM
Thankyou sir. Please finish and share with me sir , it will definetely help me.
2019-01-31 01:54 AM
@Martin KJELDSEN
STM32f429I Discovery Board.