vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added

Origin commit data
------------------
Commit: a7a18a1dfe
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-09 (Sun, 09 May 2021)
This commit is contained in:
BPanther
2021-05-09 23:00:45 +02:00
committed by vanhofen
parent 19e8c52a2a
commit 5f0e8f13ff
27 changed files with 221 additions and 71 deletions

View File

@@ -678,6 +678,11 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{
Service = g_Locale->getText(LOCALE_PICTUREVIEWER_HEAD);
}
else if (parseID == NeutrinoModes::mode_avinput)
{
Logo = LCD_ICONSDIR "/avinput" ICONSEXT;
Service = g_Locale->getText(LOCALE_MAINMENU_AVINPUTMODE);
}
else if (parseID == NeutrinoModes::mode_ts)
{
if (ModeTshift)