I recently have a problem using TouchGFX. After editing UI in TouchGFX, I generated code. But there is only Visual Studio project and no other IDE's project code(Keil or IAR). In target folder, there are just some files. How can I solve it
Hello,I am fairly new to the TouchGFX designer and am trying to build an application where I can copy the contents typed using the keyboard on a screen(Custom Keyboard application provided with the designer) to another TextArea . I would really appre...
@Martin KJELDSEN Thank you reply.First, I wrote below declaration on header file ( Header Files/generated/gui_generated/main_screen)touchgfx::Circle circle2;touchgfx::PainterRGB565 circle2Painter;and I typed definition of the object on the click but...
Hello@Martin KJELDSEN I had the same question, and I adopted the method you proposed. I wrote the declaration of circle on headerfile, and the definition on the function of button click. But I clicked the button, the circle didn't show on the screen....