Skip to content

Commit

Permalink
dm820/dm7020hd/dm7080/dm8000: set lcd_epgmode=3, fix channel name and…
Browse files Browse the repository at this point in the history
… epg at lcd
  • Loading branch information
BPanther committed Jul 14, 2024
1 parent 7f86a97 commit e7efce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/neutrino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,12 @@ const lcd_setting_struct_t lcd_setting[SNeutrinoSettings::LCD_SETTING_COUNT] =
{"lcd_autodimm" , DEFAULT_LCD_AUTODIMM },
{"lcd_deepbrightness" , DEFAULT_VFD_STANDBYBRIGHTNESS}
#if USE_STB_HAL
#if BOXMODEL_DM820 || BOXMODEL_DM7080 || BOXMODEL_DM8000 || BOXMODEL_DM7020HD
,{ "lcd_epgmode" , 3 /*DEFAULT_LCD_EPGMODE*/ }
#else
,{ "lcd_epgmode" , 0 /*DEFAULT_LCD_EPGMODE*/ }
#endif
#endif
#if HAVE_SPARK_HARDWARE
,{"lcd_displaymode" , DEFAULT_LCD_DISPLAYMODE }
,{"lcd_standbydisplaymode", DEFAULT_LCD_DISPLAYMODE }
Expand Down

0 comments on commit e7efce8

Please sign in to comment.