µGFX  2.9
version 2.9
gfx_mk.c
Go to the documentation of this file.
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 /**
9  * @file src/gfx_mk.c
10  * @brief Single File Make.
11  */
12 
13 // Include the "Single File Make" compatible parts of uGFX
14 #include "gfx.c"
15 #include "gos/gos_mk.c"
16 #include "gdriver/gdriver_mk.c"
17 #include "gqueue/gqueue_mk.c"
18 #include "gdisp/gdisp_mk.c"
19 #include "gevent/gevent_mk.c"
20 #include "gtimer/gtimer_mk.c"
21 #include "gwin/gwin_mk.c"
22 #include "ginput/ginput_mk.c"
23 #include "gadc/gadc_mk.c"
24 #include "gaudio/gaudio_mk.c"
25 #include "gmisc/gmisc_mk.c"
26 #include "gfile/gfile_mk.c"
27 #include "gtrans/gtrans_mk.c"
GFX common routines.