Skip to content
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

lvgl: Add i2c interface driver #3088

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Sep 29, 2023

Driver for display that have I2C interface (SDD1306)

Signed-off-by: Jerzy Kasenberg [email protected]

Driver for display that have I2C interface (SDD1306)

Signed-off-by: Jerzy Kasenberg <[email protected]>
This adds driver for SSD1306 display controller.

Signed-off-by: Jerzy Kasenberg <[email protected]>
Only horizontal addressing mode was supported.
There are many variants that only work with page
addressing mode.

Now addressing mode can be changed to page (which
is less efficient from I2C point of view).

Signed-off-by: Jerzy Kasenberg <[email protected]>
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.

1 participant