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

drivers: display_st7789v: obtain parameters from DT, add Waveshare 1.3inch display #20778

Closed
wants to merge 11 commits into from

Conversation

jfischer-no
Copy link
Collaborator

Rework ST7789V driver, obtain parameters from DT. Add Waveshare 1.3inch 240x240 IPS LCD display support. Based on #20570

vanwinkeljan and others added 11 commits November 13, 2019 10:58
Added a generic display shield for boards based on the ST7789V
display controller.

Signed-off-by: Jan Van Winkel <[email protected]>
Use the ST7789V generic shield in ST7789V display sample

Signed-off-by: Jan Van Winkel <[email protected]>
Fix style, move init function to the bottom.

Signed-off-by: Johann Fischer <[email protected]>
Obtain resolution and offsets from DT.
Fix style.

Signed-off-by: Johann Fischer <[email protected]>
Make privat functions static, remove unused st7789v_cmd_read8().

Signed-off-by: Johann Fischer <[email protected]>
Obtain panel settings and parameters from DT.

Signed-off-by: Johann Fischer <[email protected]>
Remove obsolete Kconfig options.

Signed-off-by: Johann Fischer <[email protected]>
Remove obsolete display_st7789v_tl019fqv01.c

Signed-off-by: Johann Fischer <[email protected]>
…rties

Add TL019FQV01 parameter and settings properties.

Signed-off-by: Johann Fischer <[email protected]>
Rename shield to TL019FQV01.

Signed-off-by: Johann Fischer <[email protected]>
Add support for Waveshare 1.3inch IPS LCD display.

Signed-off-by: Johann Fischer <[email protected]>
@jfischer-no
Copy link
Collaborator Author

@vanwinkeljan 😄 feel free to pick it to #20570


.. _ST7789V Datasheet:
https://www.newhavendisplay.com/appnotes/datasheets/LCDs/ST7789V.pdf

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete extra blank line at the end of the file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in #20570

@vanwinkeljan
Copy link
Member

@jfischer-phytec-iot merged this PR with #20570, thanks for the contribution!

@jfischer-no jfischer-no deleted the pr-st7789v branch January 7, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants