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

This commit is contained in:
Silvano Seva 2021-03-19 13:23:50 +01:00
parent 00aa28d1dc
commit 6c79d710a1
1 changed files with 1 additions and 1 deletions

View File

@ -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
{