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

boards: esp32s3_touch_lcd_1_28: fix display pixel format #84854

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

MikeDK
Copy link
Contributor

@MikeDK MikeDK commented Jan 29, 2025

The pixel format was set to PANEL_PIXEL_FORMAT_RGB_888 which resulted in horizontal lines of wrong color ... with PANEL_PIXEL_FORMAT_RGB_565 everything looks good.

@zephyrbot zephyrbot added the size: XS A PR changing only a single line of code label Jan 29, 2025
The pixel format was set to PANEL_PIXEL_FORMAT_RGB_888 which resulted
in horizontal lines of wrong color ... with PANEL_PIXEL_FORMAT_RGB_565
everything looks good.

Signed-off-by: Michael Kaplan <[email protected]>
@kartben kartben merged commit 4abffff into zephyrproject-rtos:main Jan 31, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants