Skip to content

Commit 68b0ba6

Browse files
committed
Remove Alpha warning from docs, seems pretty stable
1 parent 8eaa0aa commit 68b0ba6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/environment.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,8 @@ one display can be active at a time. Users can modify this value by adding a set
203203
to support additional displays.
204204

205205
The value of CIRCUITPY_DISPLAY_LIMIT should be set to a value that is supported by the
206-
hardware and does not exceed the available memory and resources on the board.
207-
208-
*** Note: Setting CIRCUITPY_DISPLAY_LIMIT to a value greater than 1 should be considered an
209-
ALPHA feature and may result in unexpected behavior or crashes. ***
206+
hardware and does not exceed the available memory and resources on the board. Setting the
207+
value too high may result in unexpected behavior or crashes.
210208

211209
Example: Set the maximum supported number of displayio displays to 2:
212210

0 commit comments

Comments
 (0)