Trying to fix screen rotated by 180° on MD-380V devices

This commit is contained in:
Silvano Seva 2021-02-17 21:14:26 +01:00
parent 046fcdb417
commit b699fb4d00
1 changed files with 1 additions and 1 deletions

View File

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