microui  3.1.1
microui
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  bsp
  ui
  inc
 microui_event_decoder.h
 microui_event_decoder_conf.h
 microui_heap.h
 ui_drawing.h
 ui_drawing_stub.h
 ui_image_drawing.h
  src
 LLDW_PAINTER_impl.c
 LLUI_DISPLAY_HEAP_impl.cThis 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.cThis 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.cThis MicroUI Events decoder describes the events to the standard output stream
 ui_drawing.c
 ui_drawing_stub.c
 ui_image_drawing.c