aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/glcd.h b/glcd.h
index 4ad21e42..0f4c7f8c 100644
--- a/glcd.h
+++ b/glcd.h
@@ -1,8 +1,9 @@
#ifndef GLCD_H
#define GLCD_H
-#include <ch.h>
-#include <hal.h>
+#include "ch.h"
+#include "hal.h"
+#include "drivers/ssd1289_lld.h"
#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 320