Fixed wrong screen orientation on MD-380V(G). Thanks to @tarxvftech for testing!

replace/554c72c440c9eb4c362e237aa2da9e38799baa66
Silvano Seva 2021-03-19 13:23:50 +01:00
rodzic 00aa28d1dc
commit 6c79d710a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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