I before use emWin 5 with GuiBilder. Now I want using AppWizard. I use example the AppWizard V1.34a_6.30a "A dynamic color is set to an IMAGE object with an alpha bitmap."
The program start and show screen without image. When the touch slider image is touched and a hard fault interrupt occurs.
I use:
Also, the sliders are not fully displayed, only begin and end. This is shown in the photo.
What should I pay attention to? Where is error?
Or please give me working project with examples.
Thank you for help.
The program start and show screen without image. When the touch slider image is touched and a hard fault interrupt occurs.
I use:
- STM32F407VET6 with FSMC created CubeMX
- FreeRTOS Kernel V10.3.1, set 15 k
- the display "7inch Capacitive Touch LCD (C)" with driver RA8875 and GT911.
- GUIDRV_FLEXCOLOR_F66721
- GUIDRV_FLEXCOLOR_M16C0B16
- XSIZE_PHYS 800
- YSIZE_PHYS 480
- COLOR_CONVERSION GUICC_565
- GUI_NUMBYTES (1024 * 32)
Also, the sliders are not fully displayed, only begin and end. This is shown in the photo.
What should I pay attention to? Where is error?
Or please give me working project with examples.
Thank you for help.
The post was edited 2 times, last by SimWhite ().