From 1ba849332cdecd27316de519db2baa6fa057bf3f Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Thu, 20 Jun 2024 23:45:08 +0200 Subject: [PATCH] UPdated documentation --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4a41ace..f17d759 100644 --- a/README.md +++ b/README.md @@ -383,14 +383,14 @@ Some boards are around that have flipped screens, this is probably due to differ To adjust the display and touch to the default (LV_DISP_ROT_NONE) there are 6 defines in the boards definition: -| Name | Description | -|--- |--- | -| DISPLAY_SWAP_XY | Swaps the X and Y coordinates for the display | -| DISPLAY_MIRROR_X | Mirrors the X coordinate for the display | -| DISPLAY_MIRROR_Y | Mirrors the Y coordinate for the display | -| TOUCH_SWAP_XY | Swaps the X and Y coordinates for the touch | -| TOUCH_MIRROR_X | Mirrors the X coordinate for the touch | -| TOUCH_MIRROR_Y | Mirrors the Y coordinate for the touch | +| Name | Description | +|--- |--- | +| DISPLAY_SWAP_XY | Swaps the X and Y coordinates for the display | +| DISPLAY_MIRROR_X | Mirrors the X coordinate for the display | +| DISPLAY_MIRROR_Y | Mirrors the Y coordinate for the display | +| TOUCH_SWAP_XY | Swaps the X and Y coordinates for the touch | +| TOUCH_MIRROR_X | Mirrors the X coordinate for the touch | +| TOUCH_MIRROR_Y | Mirrors the Y coordinate for the touch | ## Appendix: Template to support ALL the boards