 |
microui
14.1.1
microui
|
Go to the documentation of this file.
6 #ifndef UI_CONFIGURATION_H
7 #define UI_CONFIGURATION_H
21 "This header must be customized with VEE Port specific configuration. Remove this #error when done. This file is not modified when a new version of the CCO is installed."
32 #define UI_CONFIGURATION_VERSION (1)
43 #define UI_FEATURE_ALLOCATOR_BESTFIT (1u)
53 #define UI_FEATURE_BRS_LEGACY (0u)
65 #define UI_FEATURE_BRS_SINGLE (1u)
90 #define UI_FEATURE_BRS_PREDRAW (2u)
99 #ifndef UI_DEBUG_PRINT
100 #define UI_DEBUG_PRINT (void)printf
106 #ifndef UI_RECT_COLLECTION_MAX_LENGTH
107 #define UI_RECT_COLLECTION_MAX_LENGTH (8u)
129 #if defined(UI_FEATURE_EVENT_DECODER)
132 #include "microui_constants.h"
145 #ifndef UI_EVENTDECODER_EVENTGEN_COMMAND
146 #define UI_EVENTDECODER_EVENTGEN_COMMAND MICROUI_EVENTGEN_COMMANDS
160 #ifndef UI_EVENTDECODER_EVENTGEN_BUTTONS
161 #define UI_EVENTDECODER_EVENTGEN_BUTTONS MICROUI_EVENTGEN_BUTTONS
175 #ifndef UI_EVENTDECODER_EVENTGEN_TOUCH
176 #define UI_EVENTDECODER_EVENTGEN_TOUCH MICROUI_EVENTGEN_TOUCH
189 #ifndef UI_FEATURE_BRS
190 #define UI_FEATURE_BRS (UI_FEATURE_BRS_PREDRAW)
204 #ifndef UI_FEATURE_BRS_DRAWING_BUFFER_COUNT
205 #define UI_FEATURE_BRS_DRAWING_BUFFER_COUNT (2u)
235 #ifndef UI_GC_SUPPORTED_FORMATS
236 #define UI_GC_SUPPORTED_FORMATS (1u)