-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Added support for MAX7219 Seven-Segment Display #11387
Conversation
Without diving too deep in I see a lot of redundancy with TM163x driver. Perhaps it is better indeed to incorporate this driver in the TM163x code. While doing this pay attention to the removed command |
Alright. Will do. |
@arendst , The current development branch changes for the TM1637/8 driver seems to have broken it. I find that none of the commands Looking into it ... |
They only work if you select |
And make sure |
And |
|
@arendst , |
Description:
This is a new Display driver which adds support for the MAX7219 seven-segment displayThis adds support for the MAX7219 seven-segment display module to the existing TM163x driver ( #11031 )
Related issue (if applicable): NA
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass