Search Results
Search results 1-19 of 19.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi, I have issue with the fonts generated by the Appwizard. There are many missing fonts in the .xbf file generated by Appwizard. I have attached the .xbf file generated using fontconverter (Screenshot 340) and the .xbf file created by the Appwizard (Screenshot 341). Only basic Latin characters can be found in the file created in the Appwizard. What is causing this issue? Your help on this is highly appreciated. Thanks.
-
Button animation effect
TechGUI - - emWin related
PostHi Florian, Is there any example implementation for reference? Thanks.
-
Button animation effect
TechGUI - - emWin related
PostHi, Is it possible to create a ripple effect button as shown in below link (circular button) using Appwizard? csshint.com/css-ripple-effects/ Thanks.
-
Hi, I will be using the RA8877 external display controller via the SPI interface to interface with the 7" AZ display. I would like to know if the segger emWin supports RA8877? RA8877 has internal drawing engine and multi buffer support etc. Can these be used directly by segger emWin? Also, which display controller driver should I use for RA8877? Your timely help on this is highly appreciated. Thanks.
-
Hi, I would like to know how the below lines of code work in Main_Task in the GUI. while (1) { while (GUI_Exec1()) { APPW_Exec(); } APPW_Exec(); PRINTF("GUI task ...\r\n"); GUI_Delay(50); } why should we call APPW_Exec(); twice? Will the PRINTF call which I have placed, be printed everytime? I sometimes see that the serial messages are not printed and it looks like its still in GUI_EXEC1(). When will such situation occur? Your help on this is highly appreciated. Thanks.
-
Hi, I would like to know how to set common background image(bitmap image) for all screens in Appwizard instead of setting it in each screen. If I set the image in each screen, it slows down the display update and it is visible when I swipe between the screens. Also, how to change the background image to some other image for all screens when I press a button on a settings screen. Your help on this is highly appreciated. Thanks
-
Screen transition very slow when jpeg IMAGE is used as a background for the screen.
TechGUI - - emWin related
PostHi, Thanks for your feedback. It looks comparatively better now. Will test further on this and update you. Also, I would like to know how to set common background image for all screens in Appwizard instead of setting it in each screen. Thanks for your time and help.
-
Screen transition very slow when jpeg IMAGE is used as a background for the screen.
TechGUI - - emWin related
PostHi, I have created around 5 screens with Appwizard. I have added the jpeg image as the background for the screens. When I transition between the screens, the first few times it seems to be ok. But after couple of transitions the switching of screens is very slow. I have even tried to change the image format from Auto to M8888I as my Appwizard project settings is 32bit,GUICC_M8888I. But still the screen transition is visible. How to improve the performance. Any help on this is highly appreciated.…