fix compil

This commit is contained in:
Jacek Jendrzej
2017-06-15 13:20:22 +02:00
parent 497e31c3fd
commit d1569e6114
6 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.has_HDMI = 1;
caps.display_xres = 8;
caps.can_set_display_brightness = 0;
strcpy(caps.boxvendor, "Raspberry");
strcpy(caps.boxname, "Pi");
if (! uname(&u))