Skip to content

RGBMatrix: document constructor arguments #8319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 22, 2023

Conversation

jepler
Copy link

@jepler jepler commented Aug 22, 2023

Closes: #8283

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! Style comments.

Comment on lines 196 to 200
//| :param Sequence[digitalio.DigitalInOut] rgb_pins: The display's "RGB pins"
//| :param Sequence[digitalio.DigitalInOut] addr_pins: The display's "address pins"
//| :param digitalio.DigitalInOut clock_pin: The display's "clock pin"
//| :param digitalio.DigitalInOut latch_pin: The display's "latch pin"
//| :param digitalio.DigitalInOut output_enable_pin: The display's "output enable" pin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure why these are in quotes. It's not a "pretend" clock pin, which is sometimes what putting something in quotes means. I think you could drop the quotes. Also I would say "matrix" instead of "display".

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed! & made some additional updates

@jepler jepler requested a review from dhalbert August 22, 2023 15:57
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dhalbert dhalbert merged commit acc4ee9 into adafruit:8.2.x Aug 22, 2023
@dhalbert dhalbert mentioned this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants