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

Converting and Displaying images #2

Open
Briergo opened this issue Sep 11, 2024 · 3 comments
Open

Converting and Displaying images #2

Briergo opened this issue Sep 11, 2024 · 3 comments

Comments

@Briergo
Copy link

Briergo commented Sep 11, 2024

sa
How do I convert images for output? I am converting in RGB565 format. The image is displayed with a non-correct color.

@Majid-Derhambakhsh
Copy link
Owner

Hello, please use https://lvgl.io/tools/imageconverter to convert your image (LVGL V8)

Convert Setup:
- Color format -> CF_RGB565A8
- Output format -> C array
- Enable 'Output in big-endian format' Option

@fukushimaBH
Copy link

Hello, please use https://lvgl.io/tools/imageconverter to convert your image (LVGL V8)

Convert Setup: - Color format -> CF_RGB565A8 - Output format -> C array - Enable 'Output in big-endian format' Option

The picture converted with this converter needs a lvgl.h?

@Majid-Derhambakhsh
Copy link
Owner

No, it doesn't need to

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

No branches or pull requests

3 participants