Skip to content

Commit

Permalink
dm820: fix osd init
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed May 22, 2024
1 parent 0cabe12 commit 64f6c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/neutrino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ CNeutrinoApp::CNeutrinoApp()
frameBuffer = CFrameBuffer::getInstance();
frameBuffer->setIconBasePath(ICONSDIR);
SetupFrameBuffer();
#if BOXMODEL_DM820 // needs setup twice
SetupFrameBuffer();
#endif

mode = NeutrinoModes::mode_unknown;
lastMode = NeutrinoModes::mode_unknown;
Expand Down

0 comments on commit 64f6c16

Please sign in to comment.