From 3004c9835e0421ffabdafebaf90d264b68e64488 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 31 May 2021 01:46:16 +0200 Subject: [PATCH] multiboxse: fix display Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/f8073943a2aec0448c7af294d4b32fec2fea2ce8 Author: vanhofen Date: 2021-05-31 (Mon, 31 May 2021) Origin message was: ------------------ - multiboxse: fix display ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hardware_caps.c | 5 ++--- libmipsbox/hardware_caps.c | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 46354b9..897c26c 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -18,7 +18,6 @@ #include -#define FP_DEV "/dev/dbox/oled0" static int initialized = 0; static hw_caps_t caps; @@ -282,9 +281,9 @@ hw_caps_t *get_hwcaps(void) caps.can_cpufreq = 0; caps.can_shutdown = 1; caps.display_xres = 4; - caps.display_type = HW_DISPLAY_LED_ONLY; + caps.display_type = HW_DISPLAY_NONE; caps.display_can_deepstandby = 0; - caps.display_can_set_brightness = 1; + caps.display_can_set_brightness = 0; caps.display_can_umlauts = 0; caps.display_has_statusline = 0; caps.display_has_colon = 1; diff --git a/libmipsbox/hardware_caps.c b/libmipsbox/hardware_caps.c index 422b159..9c16e35 100644 --- a/libmipsbox/hardware_caps.c +++ b/libmipsbox/hardware_caps.c @@ -18,7 +18,6 @@ #include -#define FP_DEV "/dev/dbox/oled0" static int initialized = 0; static hw_caps_t caps;