Search Results

Search results 1-4 of 4.

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

  • Hello, I need a help. I have application based on STM32F429BI and everythink work stable without WM_SetCreateFlags(WM_CF_MEMDEV). I wanted to avoid flickering and put WM_SetCreateFlags(WM_CF_MEMDEV). After 30-60 sec program generated Hard Fault. Can you help me? I even started checking electrical connection with SDRAM but SDRAM works fine. I have GUI_BUFFER 150kB. Without active MemmoryDevice all Windows and peripherials work ok. regards, Piotr

  • Hello, I have a problem with displaying color bitmaps using IMAGE_widget. I can display color only without dialog structure. Within a dialog structure with parent handle I cannot, but I can grey scale. It is very strange, do you have any idea? Are there some additional attribuites? regards, Piotr

  • Helllo, I found that a can display MONO Gray scale images but color not. Where is a problem?

  • Hello, I have a problem with IMAGEs displaying created under GUIBuilder. I have 3 windows, on 1st one I can display by visiting image but on 2nd and 3rd I cannot. Here below I put part of code from 3rd window. Rest of widgets are displaing properly. Can anyone help me? // BTW I have board with STM32F429BIT6 /********************************************************************* * * _cbDialog */ static void _cbDialog(WM_MESSAGE * pMsg) { WM_HWIN hItem; WM_HWIN hSlider1; WM_HWIN hSlider2; int NCode…