mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user