- add display_has_statusline member

Signed-off-by: Jacek Jendrzej <satbaby@kawaii.com>
This commit is contained in:
vanhofen
2017-11-13 10:10:19 +01:00
committed by Jacek Jendrzej
parent 6c0d55da96
commit 70cdad0db1
8 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_xres = 16;
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.display_can_set_brightness = 1;
caps.display_has_statusline = 0;
caps.has_HDMI = 1;
strcpy(caps.boxvendor, "AX-Technologies");
strcpy(caps.boxname, "HD51");