- introduce simple_display.h; just a cleaned copy of lcdd.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-10-31 23:35:01 +01:00
committed by Thilo Graf
parent 0b3f91a4c1
commit 422a9b41de
3 changed files with 225 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
#if HAVE_COOL_HARDWARE
#include <driver/vfd.h>
#endif
#if HAVE_TRIPLEDRAGON || HAVE_SPARK_HARDWARE || HAVE_AZBOX_HARDWARE || HAVE_GENERIC_HARDWARE || HAVE_ARM_HARDWARE
#if HAVE_TRIPLEDRAGON
#include <driver/lcdd.h>
#endif
#if HAVE_SPARK_HARDWARE || HAVE_AZBOX_HARDWARE || HAVE_GENERIC_HARDWARE || HAVE_ARM_HARDWARE
#include <driver/simple_display.h>
#endif