1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-06 00:04:39 +00:00

OSD: fix right arrow

This commit is contained in:
Gyorgy Szombathelyi
2022-11-25 10:14:09 +01:00
parent 01e05d6b08
commit a7fdee664a

2
osd.c
View File

@@ -222,7 +222,7 @@ void OsdWriteOffset(unsigned char n, char *s, unsigned char invert, unsigned cha
arrowline[1] = 0x14;
}
if (arrow & OSD_ARROW_RIGHT) {
arrowline[28] = 0x15;
arrowline[27] = 0x15;
arrowline[28] = 0x11;
}
}