diff options
Diffstat (limited to 'halext/drivers/gdispNokia6100/gdisp_lld_config.h')
-rw-r--r-- | halext/drivers/gdispNokia6100/gdisp_lld_config.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/halext/drivers/gdispNokia6100/gdisp_lld_config.h b/halext/drivers/gdispNokia6100/gdisp_lld_config.h index 0d54faf0..088edb70 100644 --- a/halext/drivers/gdispNokia6100/gdisp_lld_config.h +++ b/halext/drivers/gdispNokia6100/gdisp_lld_config.h @@ -35,8 +35,8 @@ */ /** - * @file templates/gdisp_lld_config.h - * @brief GDISP Graphic Driver subsystem low level driver header template. + * @file gdispNokia6100/gdisp_lld_config.h + * @brief GDISP Graphic Driver subsystem low level driver header for the Nokia6100 display. * * @addtogroup GDISP * @{ @@ -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. */ |