mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
glcdsetup: add missing oled_width/heigth
Origin commit data
------------------
Commit: a80d00ab47
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Origin message was:
------------------
- glcdsetup: add missing oled_width/heigth
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