From fdcad235c08d27bd114c660539b47f4b50ffcfc2 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 10 Jul 2021 14:42:41 +0200 Subject: Add new icons - add icon "recordingerror" to show recordings with TS errors - add icon "uhd4k" to show 4k video resolution --- displaychannelview.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'displaychannelview.c') diff --git a/displaychannelview.c b/displaychannelview.c index 143f2e1..5096cdf 100644 --- a/displaychannelview.c +++ b/displaychannelview.c @@ -545,6 +545,10 @@ cString cNopacityDisplayChannelView::GetScreenResolutionIcon(void) { cDevice::PrimaryDevice()->GetVideoSize(screenWidth, screenHeight, aspect); cString iconName(""); switch (screenWidth) { + case 4320: // 7680 x 4320 = 8K UHD + case 2160: // 3840 x 2160 = 4K UHD + iconName = "skinIcons/uhd4k"; + break; case 1920: case 1440: iconName = "skinIcons/hd1080i"; -- cgit v1.2.3