diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:53:49 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:53:49 -0400 |
commit | 55ed97af1e2fb183d2b6c34bc8659a03cbda090c (patch) | |
tree | a3950f5dbe7d12f29c2b9a77d49b4e807af87ae6 /drivers/ugfx/gdisp/st7565/gdisp_lld_config.h | |
parent | 1fdf3c84fe2bb10698bf528a9726aab5af12ca6d (diff) | |
parent | 07bf8522ca23a7665852bb9defff0749c76f5e91 (diff) |
Merge branch 'master' into minidox
Diffstat (limited to 'drivers/ugfx/gdisp/st7565/gdisp_lld_config.h')
-rw-r--r-- | drivers/ugfx/gdisp/st7565/gdisp_lld_config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/ugfx/gdisp/st7565/gdisp_lld_config.h b/drivers/ugfx/gdisp/st7565/gdisp_lld_config.h new file mode 100644 index 0000000000..4446bd38bc --- /dev/null +++ b/drivers/ugfx/gdisp/st7565/gdisp_lld_config.h @@ -0,0 +1,27 @@ +/* + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://ugfx.org/license.html + */ + +#ifndef _GDISP_LLD_CONFIG_H +#define _GDISP_LLD_CONFIG_H + +#if GFX_USE_GDISP + +/*===========================================================================*/ +/* Driver hardware support. */ +/*===========================================================================*/ + +#define GDISP_HARDWARE_FLUSH TRUE // This controller requires flushing +#define GDISP_HARDWARE_DRAWPIXEL TRUE +#define GDISP_HARDWARE_PIXELREAD TRUE +#define GDISP_HARDWARE_CONTROL TRUE +#define GDISP_HARDWARE_BITFILLS TRUE + +#define GDISP_LLD_PIXELFORMAT GDISP_PIXELFORMAT_MONO + +#endif /* GFX_USE_GDISP */ + +#endif /* _GDISP_LLD_CONFIG_H */ |