mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- glcdsetup: add missing oled_width/heigth
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -503,6 +503,8 @@ int GLCD_Menu::GLCD_Theme_Settings()
|
||||
int GLCD_Menu::GLCD_Theme_Position_Settings()
|
||||
{
|
||||
cGLCD::getInstance()->SetCfgMode(true);
|
||||
int oled_width = cGLCD::getInstance()->lcd->Width();
|
||||
int oled_height = cGLCD::getInstance()->lcd->Height();
|
||||
|
||||
CMenuWidget *gtps = new CMenuWidget(LOCALE_GLCD_THEME_SETTINGS, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_GLCD_THEME_POSITION_SETTINGS);
|
||||
gtps->addIntroItems(LOCALE_GLCD_POSITION_SETTINGS);
|
||||
|
Reference in New Issue
Block a user