We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c74562 commit ae3aa28Copy full SHA for ae3aa28
1 file changed
docs/environment.rst
@@ -125,7 +125,7 @@ a rotation of 0. Attempting to initialize the screen with a rotation other than
125
CIRCUITPY_DISPLAY_FREQUENCY
126
~~~~~~~~~~~~~~~~~~~~~~~~~~~
127
Allows the entry of a display frequency used during the "dotclock" framebuffer construction.
128
-If a valid fequency is not defined the board will initialize the framebuffer with a
+If a valid frequency is not defined the board will initialize the framebuffer with a
129
frequency of 12500000hz (12.5Mhz). The value should be entered as an integer in hertz
130
-i.e. CIRCUITPY_DISPLAY_FREQUENCY=16000000 will override the default value with a 16Mhz
+i.e. CIRCUITPY_DISPLAY_FREQUENCY=16000000 will override the default value with a 16Mhz
131
display frequency.
0 commit comments