![]() |
microui
4.0.0
microui
|
▼ bsp | |
▼ ui | |
▼ inc | |
microui_event_decoder.h | |
microui_event_decoder_conf.h | |
microui_heap.h | |
ui_display_brs.h | |
ui_display_brs_configuration.h | |
ui_drawing.h | |
ui_drawing_stub.h | |
ui_image_drawing.h | |
ui_log.h | |
ui_rect_collection.h | |
ui_rect_util.h | |
ui_util.h | |
▼ src | |
LLDW_PAINTER_impl.c | |
LLUI_DISPLAY_HEAP_impl.c | This MicroUI images heap allocator replaces the default allocator embedded in the MicroUI Graphics Engine. It is using a best fit allocator and provides some additional APIs to retrieve the heap information: total space, free space, number of blocks allocated |
LLUI_INPUT_LOG_impl.c | This MicroUI FIFO (queue) logger replaces the default logger embedded in the MicroUI Input Engine. For each queue event, it stores the event's data size. This allows to be able to decode the event when LLUI_INPUT_dump() is called |
LLUI_PAINTER_impl.c | |
microui_event_decoder.c | This MicroUI Events decoder describes the events to the standard output stream |
ui_display_brs.c | |
ui_display_brs_legacy.c | |
ui_display_brs_predraw.c | |
ui_display_brs_single.c | |
ui_drawing.c | |
ui_drawing_stub.c | |
ui_image_drawing.c | |
ui_rect_util.c |