Search found 8 matches

by R.Crane
23 Feb 2021 22:00
Forum: ARM AI Compilers
Topic: Trying to update Label
Replies: 9
Views: 3220

Re: Trying to update Label

...Also important to note that for the above solution to work, in your scr_<my_screen>.h file, make sure that whatever you are redrawing via vtft_draw_component() is NOT a const variable.
by R.Crane
23 Feb 2021 21:58
Forum: ARM AI Compilers
Topic: Trying to update Label
Replies: 9
Views: 3220

Re: Trying to update Label

For those interested, the way I am working around this is by drawing a box underneath my label - whenever I want to update my Label, I am drawing a box on top of the obsolete label. Example: vtft_draw_component(&vtft, xyz_screen.XBox); vtft_draw_component(&vtft, xyz_screen.X); Where XBox is my box f...
by R.Crane
18 Feb 2021 16:01
Forum: Visual TFT General
Topic: VisualTFT Through Necto Studio
Replies: 5
Views: 1872

Re: VisualTFT Through Necto Studio

For additional information, I am using the vtft api that's included in microSDK 2.0
by R.Crane
18 Feb 2021 15:35
Forum: Development Boards
Topic: Micromedia 7 FPI Capacitive
Replies: 3
Views: 1055

Re: Micromedia 7 FPI Capacitive

Filip, So if I am understanding correctly, the USB UART click is not what I am looking for... are you talking about the USB UART Board that is sold by Mikroe? Also, after looking are you suggesting that the GPIO headers would need to be reassigned via some sort of software code? If it's easier to an...
by R.Crane
18 Feb 2021 14:29
Forum: Visual TFT General
Topic: VisualTFT Through Necto Studio
Replies: 5
Views: 1872

Re: VisualTFT Through Necto Studio

Filip, I can't find any reference to DrawLabel() or DrawScreen() - I am using the following function call to refresh the screen: vtft_refresh_current_screen(&vtft); IF I use the following function call, then the labels stack on top of each other in the same position: vtft_draw_component(&vtft, (vtft...
by R.Crane
17 Feb 2021 21:27
Forum: ARM AI Compilers
Topic: Trying to update Label
Replies: 9
Views: 3220

Re: Trying to update Label

Not trying to resurrect a dead post, but, did you ever find an answer to this question Addiction (be it yourself or through a support ticket)? I am also trying to solve this exact same problem with my own application lol - I am currently having to refresh the screen with a vtft_refresh_current_scree...
by R.Crane
17 Feb 2021 19:53
Forum: Visual TFT General
Topic: VisualTFT Through Necto Studio
Replies: 5
Views: 1872

VisualTFT Through Necto Studio

All, I hope I am posting this question in the right place (VisualTFT Library question more so than VTFT-IDE question)... The issue I am having is that the Labels' captions in my Necto Studio project that makes use of VisualTFT library are not being dynamically updated (unless I refresh the screen......
by R.Crane
15 Feb 2021 21:41
Forum: Development Boards
Topic: Micromedia 7 FPI Capacitive
Replies: 3
Views: 1055

Micromedia 7 FPI Capacitive

Hey all, I hope this is posted in the right section of the forum, and I apologize if the following question(s) herein are too "beginner" - any help would be appreciated. I am currently trying to do a little software development and testing with a Micromedia 7 FPI Capacitive with a STM32F767BIT6 MCU ...

Go to advanced search