mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
14 lines
377 B
C
14 lines
377 B
C
/* helper for different display CVFD implementations */
|
|
#if HAVE_COOL_HARDWARE
|
|
#include <driver/vfd.h>
|
|
#endif
|
|
#if HAVE_TRIPLEDRAGON
|
|
#include <driver/lcdd.h>
|
|
#endif
|
|
#if HAVE_SPARK_HARDWARE || HAVE_AZBOX_HARDWARE || HAVE_GENERIC_HARDWARE || HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
|
#include <driver/simple_display.h>
|
|
#endif
|
|
#ifdef ENABLE_GRAPHLCD
|
|
#include <driver/glcd.h>
|
|
#endif
|