fix flipmode

This commit is contained in:
Ikitrusa
2026-06-14 17:17:10 +08:00
parent 7b14dc3eee
commit 5940d54905
+1 -1
View File
@@ -67,7 +67,7 @@ static const uint8_t u8x8_d_ssd1362z_256x64_flip0_seq[] =
static const uint8_t u8x8_d_ssd1362z_256x64_flip1_seq[] =
{
U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */
U8X8_CA(0xA0, 0xD1), /* Set Remap D1 = 11010001 */
U8X8_CA(0xA0, 0x50), /* Set Remap 50 = 01010000 */
U8X8_END_TRANSFER(), /* disable chip */
U8X8_END() /* end of sequence */
};