Skip to content

Commit

Permalink
imageviewer: Don't switch to sysfixed font
Browse files Browse the repository at this point in the history
It doesn't support utf-8 characters

Change-Id: I08495ac6485baec98f86682b842b26987716905f
  • Loading branch information
bahusoid committed Oct 29, 2024
1 parent 841e418 commit 67a4a05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/plugins/imageviewer/imageviewer.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ static int ask_and_get_audio_buffer(const char *filename)
#if defined(IMGVIEW_ZOOM_PRE) || defined(IMGVIEW_QUIT_PRE)
int lastbutton = BUTTON_NONE;
#endif
rb->lcd_setfont(FONT_SYSFIXED);
rb->lcd_clear_display();
rb->lcd_puts(0, 0, rb->strrchr(filename,'/')+1);
rb->lcd_puts(0, 1, "Not enough plugin memory!");
Expand All @@ -374,7 +373,6 @@ static int ask_and_get_audio_buffer(const char *filename)
rb->lcd_puts(0, 3, "Left/Right: Skip File.");
rb->lcd_puts(0, 4, "Show Menu: Quit.");
rb->lcd_update();
rb->lcd_setfont(FONT_UI);

rb->button_clear_queue();

Expand Down

0 comments on commit 67a4a05

Please sign in to comment.