Majid-Derhambakhsh / ST7789

ST7789 LCD Library for ARM Cortex M (STM32) and AVR microcontrollers
MIT License
7 stars 0 forks source link

Converting and Displaying images #2

Open Briergo opened 1 week ago

Briergo commented 1 week ago

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 commented 1 week ago

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

Convert Setup:

fukushimaBH commented 4 days ago

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 commented 4 days ago

No, it doesn't need to