From 5e3159064ab5c7c1f1c029ca372d6200317f7564 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 17 Aug 2021 15:56:06 +0200 Subject: [PATCH] Fix typo in readme --- drivers/gdisp/STM32LTDC/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gdisp/STM32LTDC/readme.md b/drivers/gdisp/STM32LTDC/readme.md index cd7f4578..e1e9baf9 100644 --- a/drivers/gdisp/STM32LTDC/readme.md +++ b/drivers/gdisp/STM32LTDC/readme.md @@ -18,7 +18,7 @@ Configuration options available in `gfxconf.h`: | Option | Default | Description | | --- | --- | --- | -| `STM32LTDC_DMA_CACHE_FLUSH` | `GFOFF` | Whether to flush the DMA cache on DMA2D operations. This will be turned on automatically on certian platforms/systems. | +| `STM32LTDC_DMA_CACHE_FLUSH` | `GFXOFF` | Whether to flush the DMA cache on DMA2D operations. This will be turned on automatically on certian platforms/systems. | | `STM32LTDC_USE_DMA2D` | `GFXON` | Whether to use the DMA2D peripheral for hardware acceleration. | | `STM32LTDC_USE_LAYER2` | `GFXOFF` | Whether to use the 2nd LTDC layer. | | `STM32LTDC_USE_RGB565` | `GFXOFF` | Whether to use RGB565 instead of RGB888. |