TFT cleanup

This commit is contained in:
Scott Lahteine
2020-11-07 16:20:19 -06:00
parent 2da25d67e1
commit b5ef699523
4 changed files with 21 additions and 23 deletions

View File

@ -125,7 +125,7 @@ static const uint16_t ssd1963_init[] = {
ESC_REG(SSD1963_NORON),
ESC_REG(SSD1963_DISPON),
ESC_REG(SSD1963_SPWMCFG), 0x0006, 0x00f0, 0x0001, 0x00f0, 0x0000, 0x0000,
ESC_REG(SSD1963_SPWMCFG), 0x0006, 0x00F0, 0x0001, 0x00F0, 0x0000, 0x0000,
ESC_REG(SSD1963_SDBCCFG), 0x000D,
ESC_END
};