-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[TOPIC-GPIO] drivers: ssd1306: convert to new GPIO API #21687
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
[TOPIC-GPIO] drivers: ssd1306: convert to new GPIO API #21687
Conversation
|
All checks are passing now. Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
drivers/display/ssd1306.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that polarity will be passed by DT_INST_0_SOLOMON_SSD1306FB_RESET_GPIOS_FLAGS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I did not fixed it in shield overlays because gpio bruch is outdated and has conflicts with master.
1c1b101 to
3107f65
Compare
3107f65 to
0bef421
Compare
Convert SSD1306 sensor driver to new GPIO API. Signed-off-by: Johann Fischer <[email protected]>
0bef421 to
b1f4dc5
Compare
|
@jfischer-phytec-iot should the shield overlays not have been updated before merging this change? |
@vanwinkeljan We do not have any with gpio in the tree for this one :-) |
|
sorry for not reviewing noticed the TODO in the first comment and thought there was still some work left |
Convert SSD1306 sensor driver to new GPIO API.
TODO: shield overlays, but first the gpio branch has to be rebased on master