Merged
Conversation
crasbe
reviewed
Sep 17, 2025
Contributor
crasbe
left a comment
There was a problem hiding this comment.
I did not go through the actual code, this is just styling related.
Contributor
Author
|
Thanks for checking @crasbe, I think I addressed everything. |
crasbe
reviewed
Sep 18, 2025
Contributor
Author
|
I restructured the docs |
7a5642c to
2853af1
Compare
leandrolanzieri
commented
Sep 18, 2025
2853af1 to
ec9548d
Compare
Contributor
Author
|
Thanks for the review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This implements our Display Device Generic API for the u8g2 package. The main reason for this is to enable using these displays with high-level libraries, such as LVGL (see #21726).
Testing procedure
You can try the
tests/drivers/disp_devtest application. So far I've tested the implementation with OLED monochrome displays based on the 1306 driver, both SPI and I2C versions are working.Issues/PRs references
Related to #21726