diff options
author | Tectu <joel@unormal.org> | 2012-06-17 01:35:21 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-17 01:35:21 +0200 |
commit | 00646326aa70bcda62f6ad1afbd1b553eedab3ef (patch) | |
tree | 31196116051b424d6dcf260885c40d2e6dd6abb7 /glcd.h | |
parent | d4625a1e6a21640a4eed51bf4f6162e611aac5c4 (diff) | |
download | uGFX-00646326aa70bcda62f6ad1afbd1b553eedab3ef.tar.gz uGFX-00646326aa70bcda62f6ad1afbd1b553eedab3ef.tar.bz2 uGFX-00646326aa70bcda62f6ad1afbd1b553eedab3ef.zip |
cleanups
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ #include "ch.h" #include "hal.h" #include "fonts.h" -#include "drivers/lcd/ssd1289_lld.h" -#include "drivers/lcd/s6d1121_lld.h" +#include "ssd1289_lld.h" +#include "s6d1121_lld.h" #define SCREEN_WIDTH 240 #define SCREEN_HEIGHT 320 |