 |
µGFX
2.9
version 2.9
|
Go to the documentation of this file.
16 #ifndef _GOS_OPTIONS_H
17 #define _GOS_OPTIONS_H
27 #ifndef GFX_USE_OS_CHIBIOS
28 #define GFX_USE_OS_CHIBIOS GFXOFF
34 #ifndef GFX_USE_OS_FREERTOS
35 #define GFX_USE_OS_FREERTOS GFXOFF
41 #ifndef GFX_USE_OS_WIN32
42 #define GFX_USE_OS_WIN32 GFXOFF
48 #ifndef GFX_USE_OS_LINUX
49 #define GFX_USE_OS_LINUX GFXOFF
55 #ifndef GFX_USE_OS_OSX
56 #define GFX_USE_OS_OSX GFXOFF
62 #ifndef GFX_USE_OS_RAW32
63 #define GFX_USE_OS_RAW32 GFXOFF
69 #ifndef GFX_USE_OS_ECOS
70 #define GFX_USE_OS_ECOS GFXOFF
76 #ifndef GFX_USE_OS_RAWRTOS
77 #define GFX_USE_OS_RAWRTOS GFXOFF
83 #ifndef GFX_USE_OS_ARDUINO
84 #define GFX_USE_OS_ARDUINO GFXOFF
90 #ifndef GFX_USE_OS_CMSIS
91 #define GFX_USE_OS_CMSIS GFXOFF
97 #ifndef GFX_USE_OS_CMSIS2
98 #define GFX_USE_OS_CMSIS2 GFXOFF
104 #ifndef GFX_USE_OS_KEIL
105 #define GFX_USE_OS_KEIL GFXOFF
111 #ifndef GFX_USE_OS_RTX5
112 #define GFX_USE_OS_RTX5 GFXOFF
118 #ifndef GFX_USE_OS_NIOS
119 #define GFX_USE_OS_NIOS GFXOFF
125 #ifndef GFX_USE_OS_ZEPHYR
126 #define GFX_USE_OS_ZEPHYR GFXOFF
132 #ifndef GFX_USE_OS_QT
133 #define GFX_USE_OS_QT GFXOFF
191 #ifndef GFX_OS_NO_INIT
192 #define GFX_OS_NO_INIT GFXOFF
201 #ifndef GFX_OS_INIT_NO_WARNING
202 #define GFX_OS_INIT_NO_WARNING GFXOFF
215 #ifndef GFX_OS_CALL_UGFXMAIN
216 #define GFX_OS_CALL_UGFXMAIN GFXOFF
226 #ifndef GFX_OS_UGFXMAIN_STACKSIZE
227 #define GFX_OS_UGFXMAIN_STACKSIZE 0
233 #ifndef GFX_FREERTOS_USE_TRACE
234 #define GFX_FREERTOS_USE_TRACE GFXOFF
248 #ifndef GFX_OS_HEAP_SIZE
249 #define GFX_OS_HEAP_SIZE 0
260 #ifndef GFX_EMULATE_MALLOC
261 #define GFX_EMULATE_MALLOC GFXOFF
274 #ifndef GFX_MEM_LT64K
275 #define GFX_MEM_LT64K GFXOFF