diff options
Diffstat (limited to 'include/gdisp')
-rw-r--r-- | include/gdisp/options.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gdisp/options.h b/include/gdisp/options.h index 650e81c5..35cccea3 100644 --- a/include/gdisp/options.h +++ b/include/gdisp/options.h @@ -21,6 +21,14 @@ * @{ */ /** + * @brief Should the startup logo be displayed + * + * @details Defaults to TRUE + */ + #ifndef GDISP_NEED_STARTUP_LOGO + #define GDISP_NEED_STARTUP_LOGO TRUE + #endif + /** * @brief Should drawing operations be automatically flushed. * @details Defaults to FALSE * @note If set to FALSE and the controller requires flushing |