Skip to content

Commit 329de3f

Browse files
committed
Update docs
1 parent 80d4b8c commit 329de3f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stage.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ def clear(self):
395395
class Stage:
396396
"""
397397
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.
398403
"""
399404
buffer = bytearray(512)
400405

0 commit comments

Comments
 (0)