Skip to content

Commit 09bfa14

Browse files
committed
lint
1 parent e8de2f8 commit 09bfa14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/display/epaper_spi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ but can be overridden if needed.
5050
or with separate config keys. For models with full pre-defined configuration this is optional and will be preset by
5151
the model selected. The dimensions are specified in pixels, and the width and height must be greater than 0.
5252

53-
- **height** (**Required**, int): Specifies height of display.
54-
- **width** (**Required**, int): Specifies width of display.
53+
- **height** (**Required**, int): Specifies height of display.
54+
- **width** (**Required**, int): Specifies width of display.
5555

5656
- **rotation** (*Optional*, int): Set the rotation of the display. Everything you draw in `lambda:` will be rotated
5757
by this option. One of `0°` (default), `90°`, `180°`, `270°`.

0 commit comments

Comments
 (0)