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/lcd: getplaneinfo fix for ST7789,ST7565 and skeleton driver #6526

Merged
merged 1 commit into from
Jun 26, 2022

Conversation

yunkya2
Copy link
Contributor

@yunkya2 yunkya2 commented Jun 26, 2022

Summary

In #6465, the new member struct lcd_dev_s *dev is added to struct lcd_planeinfo_s.
The member must be initialized in getplaneinfo method. But ST7789, ST7768 and skeleton LCD drivers lacks it.

The raspberrypi-pico:displaypack configuration crashes because of this problem.
This PR fixes it.

Impact

Every target using ST7789 and ST7567 LCD controllers.

Testing

raspberrypi-pico:displaypack works.

@pkarashchenko pkarashchenko merged commit f3dbc7b into apache:master Jun 26, 2022
@yunkya2 yunkya2 deleted the lcd-getplaneinfo-fix branch June 26, 2022 23:04
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.

raspiberrypi-pico reporting Mass Storage error after nuttx.uf2 was flashed
3 participants