Fixed 320x240 Gamma curve.

This commit is contained in:
imi415 2021-06-23 00:43:15 +08:00
parent b0be98b771
commit 93c56ceaa0
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A

View File

@ -13,8 +13,8 @@ uint8_t st7789_init_seq_zjy_320_240[] = {
0x0E, 0xE0, 0xD0, 0x08, 0x0E, 0x09, 0x09, 0x05, 0x0E, 0xE0, 0xD0, 0x08, 0x0E, 0x09, 0x09, 0x05,
0x31, 0x33, 0x48, 0x17, 0x14, 0x15, 0x31, 0x31, 0x33, 0x48, 0x17, 0x14, 0x15, 0x31,
0x34, // Positive Voltage Gamma Control 0x34, // Positive Voltage Gamma Control
0x0E, 0xE1, 0xD0, 0x08, 0x0E, 0x09, 0x15, 0x31, 0x0E, 0xE1, 0xD0, 0x08, 0x0E, 0x09, 0x09, 0x15,
0x33, 0x48, 0x17, 0x2F, 0x14, 0x15, 0x31, 0x31, 0x33, 0x48, 0x17, 0x14, 0x15, 0x31,
0x34, // Negative Voltage Gamma Control 0x34, // Negative Voltage Gamma Control
0x00, 0x21, // Inversion On 0x00, 0x21, // Inversion On
}; };