move glcd sources to one single place in driver/glcd

Origin commit data
------------------
Commit: 2762c07622
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-21 (Sun, 21 Jun 2020)

Origin message was:
------------------
- move glcd sources to one single place in driver/glcd
This commit is contained in:
vanhofen
2020-06-21 17:39:51 +02:00
parent c6f860957d
commit 5c3f2154d0
21 changed files with 43 additions and 22 deletions

View File

@@ -30,7 +30,7 @@
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
#include <daemonc/remotecontrol.h>
#include <driver/glcd.h>
#include <driver/glcd/glcd.h>
#include <driver/screen_max.h>
#include <system/helpers.h>
#include "glcdsetup.h"