mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
[qspi_dbi] Fix garbled graphics on RM690B0 (#7795)
This commit is contained in:
@@ -55,6 +55,7 @@ chip.cmd(PAGESEL, 0x00)
|
|||||||
chip.cmd(0xC2, 0x00)
|
chip.cmd(0xC2, 0x00)
|
||||||
chip.delay(10)
|
chip.delay(10)
|
||||||
chip.cmd(TEON, 0x00)
|
chip.cmd(TEON, 0x00)
|
||||||
|
chip.cmd(PIXFMT, 0x55)
|
||||||
|
|
||||||
chip = DriverChip("AXS15231")
|
chip = DriverChip("AXS15231")
|
||||||
chip.cmd(0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5A, 0xA5)
|
chip.cmd(0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5A, 0xA5)
|
||||||
|
Reference in New Issue
Block a user