Skip to content

Commit be70776

Browse files
committed
feat(wokwi-ili9341): add swapXY attribute
1 parent 3d191c1 commit be70776

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/parts/wokwi-ili9341.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ Full color 240x320 2.8" LCD-TFT display with SPI interface
2727

2828
## Attributes
2929

30-
| Name | Description | Default value |
31-
| -------------- | ------------------------------------------- | ------------- |
32-
| flipHorizontal | Set to "1" to flip the display horizontally | "" |
33-
| flipVertical | Set to "1" to flip the display vertically | "" |
30+
| Name | Description | Default value |
31+
|----------------|-------------------------------------------------------------------------------------------------|---------------|
32+
| flipHorizontal | Set to "1" to flip the display horizontally | "" |
33+
| flipVertical | Set to "1" to flip the display vertically | "" |
34+
| swapXY | Set to "1" to change the orientation of the display (some LCD panels have the X/Y axes swapped) | "" |
3435

3536
## Using in Arduino
3637

0 commit comments

Comments
 (0)