mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- simple_display: fix compile for GENERIC_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include <driver/simple_display.h>
|
#include <driver/simple_display.h>
|
||||||
#include <driver/framebuffer.h>
|
#include <driver/framebuffer.h>
|
||||||
|
#include <system/helpers.h>
|
||||||
#include <system/proc_tools.h>
|
#include <system/proc_tools.h>
|
||||||
#include <system/set_threadname.h>
|
#include <system/set_threadname.h>
|
||||||
|
|
||||||
@@ -41,7 +42,6 @@
|
|||||||
#include <aotom_main.h>
|
#include <aotom_main.h>
|
||||||
#define DISPLAY_DEV "/dev/vfd"
|
#define DISPLAY_DEV "/dev/vfd"
|
||||||
#include <zapit/zapit.h>
|
#include <zapit/zapit.h>
|
||||||
#include <system/helpers.h>
|
|
||||||
static bool usb_icon = false;
|
static bool usb_icon = false;
|
||||||
static bool timer_icon = false;
|
static bool timer_icon = false;
|
||||||
#endif
|
#endif
|
||||||
@@ -60,7 +60,6 @@ static bool timer_icon = false;
|
|||||||
#if HAVE_ARM_HARDWARE
|
#if HAVE_ARM_HARDWARE
|
||||||
#define DISPLAY_DEV "/dev/dbox/oled0"
|
#define DISPLAY_DEV "/dev/dbox/oled0"
|
||||||
#include <zapit/zapit.h>
|
#include <zapit/zapit.h>
|
||||||
#include <system/helpers.h>
|
|
||||||
static bool usb_icon = false;
|
static bool usb_icon = false;
|
||||||
static bool timer_icon = false;
|
static bool timer_icon = false;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user