neutrino: explicitly include vfd/lcd header

Instead of including it everywhere through global.h, just include
the lcd/vfd header where needed. Add a tiny helper header "display.h"
to divert between vfd.h (coolstream) and lcdd.h (everything else).


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b72095f5a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-11 (Sat, 11 May 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-11 17:17:33 +02:00
parent c0fdb192e2
commit 00cfd31e82
33 changed files with 41 additions and 2 deletions

View File

@@ -38,6 +38,7 @@
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
#include <driver/radiotext.h>
#if 0
#if HAVE_COOL_HARDWARE
#include <driver/vfd.h>
#endif
@@ -45,6 +46,7 @@
#include "driver/lcdd.h"
#define CVFD CLCD
#endif
#endif
#include <system/localize.h>
#include <system/settings.h>