Hi,The MCU we are currently using is STM32L4x. For using the video widget on Hardware, either JPEGIP or LIBJPEG are required. Is there any way to enable them for L4 series ? or can we use any alternate method for using video widget ?Thanks and Regard...
Hi,I want to create a scroll List where the elements have to be added or removed. I tried using remove but not able to remove elements even through call back like scroll list.is there solution?or how can I use remove ?Thankyou,
Hi,I tried using video widget from 4.18 version designer. But when i tried to run simulation its just opening for a moment and closes itself immediately . First I created a project with simulator instead of specific board.added a video widget and sel...
Hello,In my project, when ever I use a scroll wheel widget, visual studio is giving build errors in base files. Can anyone please state a possible reason?
Hi ,My team is working on a project in which each of us work on separate screens. Is there a way to merge two TouchGFX projects other than manually editing json file?
Hi,I tried that. But it's working only in case of list layout. I want to implement the list as arc as in scroll wheel tutorial for which I need to use either scroll wheel or scroll list.I implemented the same with scroll list by changing drawables c...
Hello,You can try by assigning the text first to a UnicodeChar using Unicode::strncpy and then write it to the wildcard buffer using Unicode::snprintf.
Hello @Alexandre RENOUX ,When I try to implement QR code for 16bit resolution, it's working fine. But, when I try to implement the same with 24bit Resolution, QR code is appearing as glitch. Can you please help me fix the issue. I am attaching the ...