Fixed wrong screen orientation on MD-380V(G). Thanks to @tarxvftech for testing!
This commit is contained in:
parent
00aa28d1dc
commit
6c79d710a1
|
|
@ -403,7 +403,7 @@ void display_init()
|
||||||
}
|
}
|
||||||
else if(lcd_type == 2)
|
else if(lcd_type == 2)
|
||||||
{
|
{
|
||||||
writeData(0x30); /* Reference case: MD-380V(G) */
|
writeData(0xE0); /* Reference case: MD-380V(G) */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue