vuultimo4k and vuuno4kse - fix oled res

Origin commit data
------------------
Branch: master
Commit: 215648a09b
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2019-10-18 18:58:54 +02:00
committed by vanhofen
parent b930877a99
commit 938a20ceb9

View File

@@ -70,8 +70,8 @@ hw_caps_t *get_hwcaps(void)
caps.has_CI = 2; caps.has_CI = 2;
caps.can_cec = 1; caps.can_cec = 1;
caps.can_shutdown = 1; caps.can_shutdown = 1;
caps.display_xres = 480; // or 800 ??? caps.display_xres = 800;
caps.display_yres = 320; // or 480 ??? caps.display_yres = 480;
caps.display_type = HW_DISPLAY_GFX; caps.display_type = HW_DISPLAY_GFX;
caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux
caps.display_can_set_brightness = 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.has_CI = 1;
caps.can_cec = 1; caps.can_cec = 1;
caps.can_shutdown = 1; caps.can_shutdown = 1;
caps.display_xres = 480; caps.display_xres = 400;
caps.display_yres = 320; caps.display_yres = 240;
caps.display_type = HW_DISPLAY_GFX; caps.display_type = HW_DISPLAY_GFX;
caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux caps.display_can_deepstandby = 0; // 0 because we use graphlcd/lcd4linux
caps.display_can_set_brightness = 0; // 0 because we use graphlcd/lcd4linux caps.display_can_set_brightness = 0; // 0 because we use graphlcd/lcd4linux