![]() |
microui
14.1.0
microui
|
▼ bsp | |
▼ ui | |
▼ inc | |
microui_event_decoder.h | |
microui_heap.h | Provides some API to analyse the MicroUI image heap. The default allocator available in the Graphics Engine does not implement this file contrary to the allocator "LLUI_DISPLAY_HEAP_impl.c" |
ui_color.h | |
ui_configuration.h | MicroEJ MicroUI library low level API: enable some features according to the hardware capabilities |
ui_display_brs.h | |
ui_drawing.h | |
ui_drawing_stub.h | |
ui_font_drawing.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_font_drawing.c | |
ui_image_drawing.c | |
ui_rect_util.c |