We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d5eb6 commit 43a7721Copy full SHA for 43a7721
src/main.c
@@ -438,8 +438,8 @@ static void Show_MMCEManager(void)
438
if (event || post_event) { //NB: We need to update two frame buffers per event
439
clrScr(setting->color[COLOR_BACKGR]);
440
drawOpSprite(setting->color[COLOR_FRAME],
441
- SCREEN_WIDTH / 2 - 21, Frame_start_y,
442
- SCREEN_WIDTH / 2 - 19, Frame_end_y);
+ ((SCREEN_WIDTH-LINE_THICKNESS) / 2) , Frame_start_y,
+ ((SCREEN_WIDTH-LINE_THICKNESS) / 2) +LINE_THICKNESS, Frame_end_y);
443
//PrintPos(03, 10, "Device Info:", COLOR_TEXT);
444
for (i = 0; i < 2; i++)
445
{
0 commit comments