File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,8 @@ one display can be active at a time. Users can modify this value by adding a set
203203to support additional displays.
204204
205205The 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
211209Example: Set the maximum supported number of displayio displays to 2:
212210
You can’t perform that action at this time.
0 commit comments