forked from espressif/esp-idf
Update spi_master_example_main.c
This commit is contained in:
@@ -87,7 +87,7 @@ DRAM_ATTR static const lcd_init_cmd_t st_init_cmds[] = {
|
||||
/* Frame Rate Control, 60Hz, inversion=0 */
|
||||
{0xC6, {0x0f}, 1},
|
||||
/* Power Control 1, AVDD=6.8V, AVCL=-4.8V, VDDS=2.3V */
|
||||
{0xD0, {0xA4, 0xA1}, 1},
|
||||
{0xD0, {0xA4, 0xA1}, 2},
|
||||
/* Positive Voltage Gamma Control */
|
||||
{0xE0, {0xD0, 0x00, 0x05, 0x0E, 0x15, 0x0D, 0x37, 0x43, 0x47, 0x09, 0x15, 0x12, 0x16, 0x19}, 14},
|
||||
/* Negative Voltage Gamma Control */
|
||||
|
Reference in New Issue
Block a user