Skip to content

Commit

Permalink
dm7080/dm8000: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 6, 2024
1 parent 4db6c87 commit fa309e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/vfd_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int CVfdSetup::showSetup()
CMenuOptionChooser* oj;

#if ENABLE_LCD
#if 0
#if BOXMODEL_DM8000 || BOXMODEL_DM7080
//option power
oj = new CMenuOptionChooser("Power LCD"/*LOCALE_LCDMENU_POWER*/, &g_settings.lcd_setting[SNeutrinoSettings::LCD_POWER], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, new CLCDNotifier(), CRCInput::RC_nokey);
vfds->addItem(oj);
Expand Down Expand Up @@ -383,7 +383,7 @@ bool CLCDNotifier::changeNotify(const neutrino_locale_t, void * Data)
int state = *(int *)Data;

dprintf(DEBUG_NORMAL, "CLCDNotifier: state: %d\n", state);
#if 0
#if BOXMODEL_DM8000 || BOXMODEL_DM7080
CVFD::getInstance()->setPower(state);
#else
CVFD::getInstance()->setPower(1);
Expand Down

0 comments on commit fa309e0

Please sign in to comment.