Tentative fix for display rotated of 180° on MD-380V devices. See also #13

replace/82fafac66d559294d92fe66be854622b95882519
Silvano Seva 2021-02-03 14:52:09 +01:00
rodzic 1cd0efdee1
commit 7bfc8c5fb1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -388,7 +388,7 @@ void display_init()
}
else if(lcd_type == 2)
{
writeData(0x20); /* Reference case: MD-380V(G) */
writeData(0x00); /* Reference case: MD-380V(G) */
}
else
{