diff options
Diffstat (limited to 'halext/template/gdisp_lld_config.h')
-rw-r--r-- | halext/template/gdisp_lld_config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/halext/template/gdisp_lld_config.h b/halext/template/gdisp_lld_config.h index 0d54faf0..d0eeb939 100644 --- a/halext/template/gdisp_lld_config.h +++ b/halext/template/gdisp_lld_config.h @@ -56,6 +56,18 @@ * @{ */ /** + * @brief Hardware supports changing the orientation. + * @details If set to @p FALSE a software stubb is provided. + */ + #define GDISP_HARDWARE_ORIENTATION FALSE + + /** + * @brief Hardware supports power control. + * @details If set to @p FALSE a software stubb is provided. + */ + #define GDISP_HARDWARE_POWERCONTROL FALSE + + /** * @brief Hardware accelerated line drawing. * @details If set to @p FALSE software emulation is used. */ |