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

Origin commit data
------------------
Branch: ni/coolstream
Commit: a7a18a1dfe
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-09 (Sun, 09 May 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-05-09 23:00:45 +02:00
committed by vanhofen
parent 624251c888
commit 03407a852e
27 changed files with 221 additions and 71 deletions

View File

@@ -53,8 +53,8 @@ struct NeutrinoMessages {
{
SHOW_EPG = CRCInput::RC_Messages + 1,
SHOW_INFOBAR = CRCInput::RC_Messages + 2,
VCR_ON = CRCInput::RC_Messages + 3,
VCR_OFF = CRCInput::RC_Messages + 4,
AVINPUT_ON = CRCInput::RC_Messages + 3,
AVINPUT_OFF = CRCInput::RC_Messages + 4,
STANDBY_ON = CRCInput::RC_Messages + 5,
STANDBY_OFF = CRCInput::RC_Messages + 6,
STANDBY_TOGGLE = CRCInput::RC_Messages + 7,
@@ -179,7 +179,7 @@ struct NeutrinoModes
mode_unknown = -1,
mode_tv = 1,
mode_radio = 2,
mode_scart = 3,
mode_avinput = 3,
mode_standby = 4,
mode_audio = 5,
mode_pic = 6,