mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
add display support for osmio4k+
use --enable-lcd as configure option
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
#include <driver/vfd.h>
|
||||
#endif
|
||||
#if HAVE_GENERIC_HARDWARE || HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
#if BOXMODEL_OSMIO4KPLUS
|
||||
#include <driver/lcdd.h>
|
||||
#define CVFD CLCD
|
||||
#else
|
||||
#include <driver/simple_display.h>
|
||||
#endif
|
||||
#endif
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
#include <driver/glcd/glcd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user