diff options
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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
|