Differences between ST7789 170x320 LCDs #738
Replies: 1 comment 2 replies
-
|
hi, thanks for your feedback 👍 you can either use a copy of bool writeCommand(uint32_t data, uint_fast8_t bit_length) override;
void writeData(uint32_t data, uint_fast8_t bit_length) override;Going further and being able to distinguish one display model from the other would require to read the device id, as it is done with well-known devices in the autodetect: LovyanGFX/src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp Lines 707 to 735 in 5438181 However, your configuration uses |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using an ESP32 S3 SPI + ST7789 170x320 LCD, which is available at:
https://ja.aliexpress.com/item/1005007187107245.html.
I ordered the same product one year ago and last week. This time I received a slightly different LCD on the same PCB.

The one on the left is the new one. The PCBs look identical.
The new LCD display colors are darker and may be operating at a lower gamma value.
Is it possible to configure LovyanGFX options for this LCD?
Thank you.
FYI, my current configration is here:
https://github.com/Fujix1/NanoDrive7/blob/main/src/disp.cpp
Beta Was this translation helpful? Give feedback.
All reactions