vfd-setup: use new display_can_deepstandby member from libstb-hal

Origin commit data
------------------
Branch: ni/coolstream
Commit: d1eadb0830
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- vfd-setup: use new display_can_deepstandby member from libstb-hal

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-01 15:10:38 +01:00
parent 4a85c69a81
commit ae2e8bec7c
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ hw_caps_t *get_hwcaps(void) {
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_xres = 12;
caps.display_yres = 0;
caps.display_can_deepstandby = (rev > 7);
caps.can_set_display_brightness = 1;
caps.can_ar_14_9 = 1;
caps.can_ps_14_9 = 1;