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: add driver for st7796s controller #69991

Merged
merged 3 commits into from Apr 8, 2024

Conversation

danieldegrasse
Copy link
Collaborator

Add driver for ST7796s display controller. This driver currently supports 4 wire SPI mode using the MIPI DBI SPI, although the controller does support other display modes. Since no in tree board uses this display, the display has been added to the build_all test to insure CI coverage

Add binding for sitronix ST7796s, a MIPI DBI display controller
supporting up to 320x480 displays at 18 BPP

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
Add driver for ST7796s display. This is a MIPI DBI display controller,
with a frame memory of 320x480x18 pixels. Support for 4 wire SPI mode is
implemented using the MIPI DBI API.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
Add entry for st7796s to display build_all test, so that the controller
driver will be built by CI.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
@dleach02
Copy link
Member

dleach02 commented Apr 4, 2024

@galak I'm going to move the assignment to me. If you object, please switch back and provide a review

@dleach02 dleach02 assigned dleach02 and unassigned galak Apr 4, 2024
@carlescufi carlescufi merged commit b5b5291 into zephyrproject-rtos:main Apr 8, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree Binding PR modifies or adds a Device Tree binding area: Display
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants