From 938a20ceb999a8df870a92c5ca08fbd9e32ec9a9 Mon Sep 17 00:00:00 2001 From: BPanther Date: Fri, 18 Oct 2019 18:58:54 +0200 Subject: [PATCH] vuultimo4k and vuuno4kse - fix oled res Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/215648a09b91a1d9a69be8687679f3261c4d9c70 Author: BPanther Date: 2019-10-18 (Fri, 18 Oct 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hardware_caps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 1676cdd..c78a8e7 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -70,8 +70,8 @@ hw_caps_t *get_hwcaps(void) caps.has_CI = 2; caps.can_cec = 1; caps.can_shutdown = 1; - caps.display_xres = 480; // or 800 ??? - caps.display_yres = 320; // or 480 ??? + caps.display_xres = 800; + caps.display_yres = 480; caps.display_type = HW_DISPLAY_GFX; caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux caps.display_can_set_brightness = 0; // 0 because we use graphlcd/lcd4linux @@ -104,8 +104,8 @@ hw_caps_t *get_hwcaps(void) caps.has_CI = 1; caps.can_cec = 1; caps.can_shutdown = 1; - caps.display_xres = 480; - caps.display_yres = 320; + caps.display_xres = 400; + caps.display_yres = 240; caps.display_type = HW_DISPLAY_GFX; caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux caps.display_can_set_brightness = 0; // 0 because we use graphlcd/lcd4linux