Inverted colors for Waveshare ESP32 S3 1.85 (non-C)#238
Inverted colors for Waveshare ESP32 S3 1.85 (non-C)#238martinroger wants to merge 1 commit intoesp-arduino-libs:masterfrom
Conversation
|
Hi @martinroger, Thank you for fixing! |
|
Hi @martinroger, It seems that #239 is modifying the same file as you. Could you please confirm if this modification has any impact on you? |
No, this is actually integrating things well because I noticed that some of the Waveshare screens were missing Vendor commands. FYI also, on this specific 1.85C screen I heard back from another user that they were having issues, which seems to come from Waveshare releasing a V2 of that hardware that brings slight changes to the configuration file, while I developed the configuration using the V1. |
|
I understand. Thank you for your explanation! |
I probably made a mistake when creating the configuration file for this board, colors are inverted (and also swapped requiring the use of
lv_draw_sw_rgb565_swapin flush callbacks, for example).I cannot seem to resolve the bit swap via the configuration file, but the inversion is required and works.