Compilation Error while running the target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-27 8: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.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-09 12:11 AM
I did an example for a webinar on integrating hardware with your UI that does exactly that - react to push button on an STM32F769-DISCO board and turns on/off a LED from the UI.
Article: https://touchgfx.zendesk.com/hc/en-us/articles/205074561-Connecting-the-UI-to-your-system
Video: https://www.touchgfx.com/resources/demo-videos/webinar-videos/
Best regards,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-27 11:28 PM
Hi @NS.16​,
Looks like you have too many graphical assets in your application. The linker is telling you that you've overflowed the allowed limit. This problem won't happen on your windows machine, naturally.
Do you have a lot of full screen images?
Best regards,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 12:44 AM
yes i have..
Actually i have try to make a video using pictures..
about 103 slides..with 240 x 320 resolution images
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 12:46 AM
is there any alternative solution to do that.. i need to contact you sir ..can we have a chat session on your earlier convinience.@Martin KJELDSEN​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 12:58 AM
i have to finish this project by this week itself so i'm waiting for your reply sir.
regards,
Nagaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 1:07 AM
Hi @NS.16​,
TouchGFX supports dynamic bitmaps. You can use something like libJPEG to decode jpeg images into dynamic bitmaps that are then updated on screen. We have this in several demos. If you use something like STM32F769 you then also have the option to hardware decode these jpeg images rather than using software (ligJPEG).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 1:34 AM
Thank you sir..but how to convert PNG file to BMP file..how to add the bmp file in touch gfx?
is there any demo video are available sir. or else is any possible to run a video in touchgfx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 1:39 AM
if any video resource available means please share to me sir ..i will be definitely useful for understand?
regards
Nagaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 2:40 PM
Hi,
No tutorials or guides on this but here's the demo source code for an F769-disco project that uses both software and hardware decoding of a motion JPEG movie (you have to create this movie). Take a look at the code and see if it makes sense. There's an entire screen dedicated for this.
http://ftp.draupnergraphics.com/TouchGFX/demos/Demo2016-source-769-Discovery.zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-28 9:11 PM
Thank you sir. I will go through this link and i will update sir.
