guix
guix copied to clipboard
Eclipse ThreadX GUIX Studio provides a complete, embedded graphical user interface (GUI) library and design environment, facilitating the creation and maintenance of all graphical elements needed by y...
 在如图所示的地方进Hardfalut,这什么原因导致的呢。
there has a question, some guix wiget need dynamic memeory, need the tx_byte_pool_create() function, but the function in the threadx. how to fix it? /* create a byte pool to...
How do I send different events after pressing a button? Different interfaces, the same buttons also have different functions and need to send different events. How to deal with this?...
Is GuiX able to handle Partial Framebuffers like TouchGFX? Partial Framebuffers is a concept with at least two buffers. While one is transfered to the display, the others can be...
UINT volume_progress_bar_event_process(GX_PROGRESS_BAR *bar, GX_EVENT* event_ptr) { ............ // this should be fixed like this: VOLUME_SCREEN_BASE_CONTROL_BLOCK *base = (VOLUME_SCREEN_BASE_CONTROL_BLOCK *)bar->gx_widget_parent->gx_widget_parent->gx_widget_parent;
If I create a template consisting of a simple window with a text prompt as its child, and then use this template widget for the items in a drop-list, then...
in most project ,it can not using the extend flash as qspi flash with remaped function, only using spi flash to save font or image data , if we can...
Obviously this is only an issue on the win32 build, I'm not sure why it happens but a quick fix is to set the priority of the driver thread to...
It can be reproduced by the official example demo_guix_widget_types. When we change the gauge value, the needle rotates. But we can see that the circle of needle shifts a bit...