File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ Additional board specific keys
106
106
CIRCUITPY_DISPLAY_WIDTH
107
107
~~~~~~~~~~~~~~~~~~~~~~~
108
108
Selects the correct screen resolution (1024x600 or 800x640) for the particular board variant.
109
- If the CIRCUITPY_DISPLAY_WIDTH parameter is set to a value of 1024 the display is initalized
110
- during power up at 1024x600 otherwise the display will be initialized at a resolution
109
+ If the CIRCUITPY_DISPLAY_WIDTH parameter is set to a value of 1024 the display is initialized
110
+ during power up at 1024x600 otherwise the display will be initialized at a resolution
111
111
of 800x480.
112
112
113
113
`Sunton ESP32-2432S028 <https://circuitpython.org/board/sunton_esp32_2432S028/ >`_
114
114
115
115
CIRCUITPY_DISPLAY_ROTATION
116
116
~~~~~~~~~~~~~~~~~~~~~~~~~~
117
117
Selects the correct screen rotation (0, 90, 180 or 270) for the particular board variant.
118
- If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initalized
118
+ If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initialized
119
119
during power up with the selected rotation, otherwise the display will be initialized with
120
120
a rotation of 0.
You can’t perform that action at this time.
0 commit comments