Skip to content

Commit

Permalink
UPdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jun 20, 2024
1 parent a82e3e5 commit 1ba8493
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ba8493

Please sign in to comment.