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-02-25 08:36 PM
Hi @Martin KJELDSEN
I have a doubt in my project.Actually i want to increament 7 segment display number so that i include every number as a picture.Actually i have already watched the gpio task webinar.By reference i do the same by increment the every picture using setBitmap function.But i can only increament the only one picture that was shown 0 to 1 in below .But it simulator it increaments 0 to 3 again 3 to 0 as my per program that value is not shown in my display.Why i can't increament this picture in my display.
This above image shown increament 0 to 1.But i want to increment 0 to 3 but i can't it stays on 1 after 0 to 1.
drive link for the regarding folder you can download the file:
https://drive.google.com/open?id=11t-JvaUDJ9laTdj3gIV_HgT_EHS7ina8
warm regards,
Nagaraj S
2019-03-07 02:55 AM
Hi @NS.16,
I think i will have to check out your project to see what you mean - I will try to do that asap!
Best regards,
Martin
2019-03-07 03:09 AM
HI @Martin KJELDSEN ,
Actually i found a another way for that above issue and i succeeded on that one.Now i want to run two different task.i'll explain what is My aim.
My aim is first we should increament the display number 1 to 9 by push button.
when i interrupt the every number after increament ,the display should make animation like circle progress bar .When the circle Progress Bar is finished one circle movement i want to display some sentence in the middle of the circle.This my aim could you help me for doing that.
How to do the project, 1.should i create a new task or use a same GUITASK.
if i want to create a task means how to do that?
actually i have tried and have to parts one is increament part when i press the button the number increases in display .and another one is circle progress bar which load and finish the full circle.so far i have finished this level ,could help me to finish the project?waiting for your reply sir
warm regards,
NAGARAJ S
2019-03-07 06:35 AM
Hi,
Yes, the demo i sent you was for inspiration only. No guarantees. There's no video example for the F429. I might do one when i get around to doing the article/video on MJPEG decoding.
/Martin
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
2019-03-09 12:26 AM
thank you sir and i have already seen this