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

samples: create an OLED example #38765

Closed
DhruvaG2000 opened this issue Sep 23, 2021 · 2 comments
Closed

samples: create an OLED example #38765

DhruvaG2000 opened this issue Sep 23, 2021 · 2 comments
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@DhruvaG2000
Copy link
Contributor

DhruvaG2000 commented Sep 23, 2021

Is your enhancement proposal related to a problem? Please describe.
There is no existing example to help get started with OLED modules like SSD1306. An example that demonstrates the use of lvgl would also be really useful.

Describe the solution you'd like
Write an example that will display "Hello World" on any display module connected via IIC to any board, since ```LVGL`` is a generic library/ module.

Describe alternatives you've considered
Something similar to u8g2 example can be provided within samples/drivers/.

Additional context
N/A.

@DhruvaG2000 DhruvaG2000 added the Enhancement Changes/Updates/Additions to existing features label Sep 23, 2021
@jfischer-no
Copy link
Collaborator

We do not need samples for this specific display technology.
We have generic samples for cfb, lvgl: samples/subsys/display and display controller driver API: samples/drivers/display.

https://docs.zephyrproject.org/latest/samples/subsys/display/lvgl/README.html

@gmarull
Copy link
Member

gmarull commented Sep 23, 2021

I agree that display samples don't need to be dependent on a particular technology, but rather on API/libraries. One could use the same to display content on devices made using LCD or OLED technologies.

Closing this issue, as there are existing samples that can be used (samples/subsys/display/*).

@gmarull gmarull closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

3 participants