multiboxse: fix display

Origin commit data
------------------
Branch: master
Commit: f8073943a2
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-31 (Mon, 31 May 2021)

Origin message was:
------------------
- multiboxse: fix display

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-05-31 01:46:16 +02:00
parent adef579049
commit 3004c9835e
2 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,6 @@
#include <hardware_caps.h>
#define FP_DEV "/dev/dbox/oled0"
static int initialized = 0;
static hw_caps_t caps;
@@ -282,9 +281,9 @@ hw_caps_t *get_hwcaps(void)
caps.can_cpufreq = 0;
caps.can_shutdown = 1;
caps.display_xres = 4;
caps.display_type = HW_DISPLAY_LED_ONLY;
caps.display_type = HW_DISPLAY_NONE;
caps.display_can_deepstandby = 0;
caps.display_can_set_brightness = 1;
caps.display_can_set_brightness = 0;
caps.display_can_umlauts = 0;
caps.display_has_statusline = 0;
caps.display_has_colon = 1;