Skip to content

Commit

Permalink
[display] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Jan 14, 2025
1 parent 12b6046 commit 07be245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/veypatch/display/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void update_display(void) {
break;
case 6:
layer = "Adjust";
qip_drawtext_recolor(lcd_surface, 5, 5, Retron27_underline, layer, HSV_LAYER_6, HSV_BLACK);
qp_drawtext_recolor(lcd_surface, 5, 5, Retron27_underline, layer, HSV_LAYER_6, HSV_BLACK);
break;
case 7:
layer = "Game";
Expand Down

0 comments on commit 07be245

Please sign in to comment.