In ESP32-S3-EYE examples logo_en_240x240_Lcd.h files has the values to display Espressif Logo. The logo is displayed in standalone mode in ESP32-S3-EYE LCD.
Header File: https://github.com/espressif/esp-who/bl ... x240_lcd.h
The header file values are changing between 65355 to 0.
- static const uint16_t logo_en_240x240_lcd[57600] = {65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, ...8213..53456...65535.....etc};
May I know how to convert a JPEG image to this format? I tried some conversions. The converted value is not 65535, it is 255 or 0XFF.
Best Regards,
Dheeran