From 33f05feccc63f7b1524c163f630a0c329b0a8c57 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Tue, 12 Sep 2017 17:12:00 +0200 Subject: [PATCH] fix armbox frontpanel --- libarmbox/hardware_caps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 5dd7fd8..df23c3a 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -17,7 +17,7 @@ #include -#define FP_DEV "/dev/vfd" +#define FP_DEV "/dev/dbox/oled0" static int initialized = 0; static hw_caps_t caps; @@ -32,7 +32,7 @@ hw_caps_t *get_hwcaps(void) caps.has_CI = 0; caps.can_cec = 1; caps.can_shutdown = 1; - caps.display_type = HW_DISPLAY_LED_NUM; + caps.display_type = HW_DISPLAY_LINE_TEXT; caps.can_set_display_brightness = 0; caps.has_HDMI = 1; caps.display_xres = 4;