-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Conversation
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]>
@vanwinkeljan 😄 feel free to pick it to #20570 |
|
||
.. _ST7789V Datasheet: | ||
https://www.newhavendisplay.com/appnotes/datasheets/LCDs/ST7789V.pdf | ||
|
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.
Delete extra blank line at the end of the file
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.
fixed in #20570
@jfischer-phytec-iot merged this PR with #20570, thanks for the contribution! |
Rework ST7789V driver, obtain parameters from DT. Add Waveshare 1.3inch 240x240 IPS LCD display support. Based on #20570