µGFX  2.9
version 2.9
gdriver_options.h
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/gdriver/gdriver_options.h
10  * @brief GDRIVER - Driver options header file.
11  *
12  * @addtogroup GDRIVER
13  * @{
14  */
15 
16 #ifndef _GDRIVER_OPTIONS_H
17 #define _GDRIVER_OPTIONS_H
18 
19 /**
20  * @name GDRIVER Functionality to be included
21  * @{
22  */
23 /**
24  * @}
25  *
26  * @name GDRIVER Optional Parameters
27  * @{
28  */
29 /** @} */
30 
31 #endif /* _GDRIVER_OPTIONS_H */
32 /** @} */