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
106106CIRCUITPY_DISPLAY_WIDTH
107107~~~~~~~~~~~~~~~~~~~~~~~
108108Selects 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
111111of 800x480.
112112
113113`Sunton ESP32-2432S028 <https://circuitpython.org/board/sunton_esp32_2432S028/ >`_
114114
115115CIRCUITPY_DISPLAY_ROTATION
116116~~~~~~~~~~~~~~~~~~~~~~~~~~
117117Selects 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
119119during power up with the selected rotation, otherwise the display will be initialized with
120120a rotation of 0.
You can’t perform that action at this time.
0 commit comments