Search Results

Search results 1-9 of 9.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I think its more with stemwin. Previously I was able to use graph widget in LPC1788, library released by NXP.(Hauyo board) Also with the same configuration (Clock and external sdram) I was able to use touchgfx on ST board. Which driver should I use?

  • Hello, I don't know what is the problem with my project but when I try to update graph the screen have some lines on it. UC: STM32f429igt6 Board: Custom Library: STEMWIN 5.34 Please see the attached image to figure out the problem

  • So in this case I dont want old data to be omitted, until there is new data. that is I dont want the graph to be cleared. I want only to replace datas.

  • Hello, I want graph widget (YT is preffered) to restart from (0,0) when the graph reaches its other side border. For example suppose a graph with 400 pixell on t axis. and the graph start from (0,0). After adding some points, it reaches (400,y_400). for next point, I want it to start from (0,y_401). How can I reach this requirement? Is it possible with YT data graph, or should I use XY graph?

  • Place image on button

    vahidajalluian - - emWin related

    Post

    Thank you so much. I wonder what has happend to v6.10? In former versions this function was working as expected.

  • Place image on button

    vahidajalluian - - emWin related

    Post

    Hello, When I use BUTTON_SetBitmap or BUTTON_SetBitmapEx, it doesn't remove the default skinflex and the image is shown on top of the default skin. Should I disable or enable anything? Or should I change the drawing callback? If so how can I change it for different cases? I mean when the button is pressed, when it is released and when it is disabled. I use emwin v6.1 provided by keil on stm32f429.

  • Graph widget is too slow

    vahidajalluian - - emWin related

    Post

    Values are dynamically read from adc, yes, I tried the solution you said earlier and the result was somehow good, but forgot to mention it here. Thank you

  • Graph widget is too slow

    vahidajalluian - - emWin related

    Post

    Hello So far I have been able to create a project with STM32cube old versions and stemwin 5.44. I use stm32f429igt6 MCU. Problem: I have 4 graphs to be drawn. Graph widget is too slow. Since each graph have diffent structures, I should use 4 graph widget. Is emwin really too slow or some other mistakes by me? if I remove the graphs, the total GUI works fine. Is there exist any fast implementation? Sample that is updated really slow Source Code (13 lines) Any help would be appreciated

  • Hello all, I am working on programming LPC1788 with external ROM (NAND Flash) K9F2G08U0B or K9F1G08U0B (They are somehow similar). The NAND works perfectly on LPC1788 with simple reading datasheet, writing corresponding code and programming LPC1788. There are some related questions that I have encountered during developing the application. As I am using EMWIN for GUI, I have several images that I need to use. Now the main problem is LPC1788 memory shortage. I have followed taterli.com/en/204/ wi…