We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d4b8c commit 329de3fCopy full SHA for 329de3f
1 file changed
stage.py
@@ -395,6 +395,11 @@ def clear(self):
395
class Stage:
396
"""
397
Represents what is being displayed on the screen.
398
+
399
+ The ``display`` parameter is displayio.Display representing an initialized
400
+ display connected to the device.
401
402
+ The ``fps`` specifies the maximum frame rate to be enforced.
403
404
buffer = bytearray(512)
405
0 commit comments