2020 February 29 Breaking Changes Update (#8064)
[jackhill/qmk/firmware.git] / drivers / ugfx / gdisp / st7565 / gdisp_lld_config.h
CommitLineData
9772e697
FS
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
26eef35f
JY
17# define GDISP_HARDWARE_FLUSH GFXON // This controller requires flushing
18# define GDISP_HARDWARE_DRAWPIXEL GFXON
19# define GDISP_HARDWARE_PIXELREAD GFXON
20# define GDISP_HARDWARE_CONTROL GFXON
21# define GDISP_HARDWARE_BITFILLS GFXON
9772e697 22
b624f32f 23# define GDISP_LLD_PIXELFORMAT GDISP_PIXELFORMAT_MONO
9772e697 24
b624f32f 25#endif /* GFX_USE_GDISP */
9772e697 26
b624f32f 27#endif /* _GDISP_LLD_CONFIG_H */