]> git.donarmstrong.com Git - qmk_firmware.git/blob - drivers/ugfx/gdisp/st7565ergodox/gdisp_lld_config.h
2b66a877c86aef6c2af3e35bd835c7ccf36c42ce
[qmk_firmware.git] / drivers / ugfx / gdisp / st7565ergodox / gdisp_lld_config.h
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.org/license.html
6  */
7
8 #ifndef _GDISP_LLD_CONFIG_H
9 #define _GDISP_LLD_CONFIG_H
10
11 #if GFX_USE_GDISP
12
13 /*===========================================================================*/
14 /* Driver hardware support.                                                  */
15 /*===========================================================================*/
16
17 #define GDISP_HARDWARE_FLUSH            TRUE            // This controller requires flushing
18 #define GDISP_HARDWARE_DRAWPIXEL        TRUE
19 #define GDISP_HARDWARE_PIXELREAD        TRUE
20 #define GDISP_HARDWARE_CONTROL          TRUE
21 #define GDISP_HARDWARE_BITFILLS         TRUE
22
23 #define GDISP_LLD_PIXELFORMAT           GDISP_PIXELFORMAT_MONO
24
25 #endif  /* GFX_USE_GDISP */
26
27 #endif  /* _GDISP_LLD_CONFIG_H */