From cbf9c22adf27103dea9dd425c3eff2b769fa8b74 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 26 Aug 2021 14:26:59 +0200 Subject: [PATCH] STM32LTDC: Update readme.md --- drivers/gdisp/STM32LTDC/readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gdisp/STM32LTDC/readme.md b/drivers/gdisp/STM32LTDC/readme.md index 3489fc43..f30c8b6b 100644 --- a/drivers/gdisp/STM32LTDC/readme.md +++ b/drivers/gdisp/STM32LTDC/readme.md @@ -13,10 +13,7 @@ To use this driver: 3. Add a `board_STM32LTDC.h` to you project directory (or board directory) based on one of the templates. -# Limitations -Currently, both `gOrientationPortrait` and `gOrientationLandscape` are not supported by this driver. - # Configuration Configuration options available in `gfxconf.h`: @@ -28,6 +25,7 @@ Configuration options available in `gfxconf.h`: | `STM32LTDC_USE_DOUBLEBUFFERING` | `GFXOFF` | Whether to use double buffering. See the corresponding section below. | | `STM32LTDC_USE_RGB565` | `GFXOFF` | Whether to use RGB565 instead of RGB888. | + # 2nd layer To use the 2nd LTDC layer: - set `STM32LTDC_USE_LAYER2` to `GFXON` in `gfxconf.h`. @@ -39,6 +37,7 @@ For more information, see: - https://wiki.ugfx.io/index.php/Multiple_displays#Example_-_Same_controller - https://wiki.ugfx.io/index.php/Multiple_displays#Access_the_displays + # Double buffering To use double buffering: - set `STM32LTDC_USE_DOUBLEBUFFERING` to `GFXON` in `gfxconf.h`.