diff options
author | Tectu <joel@unormal.org> | 2012-06-09 15:41:28 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-09 15:41:28 +0200 |
commit | 94e949bd630e84d18bc1539ba2007b9424dd996f (patch) | |
tree | b69494fb6d70191d04b1c33f5d63b446a7304d48 /glcd.h | |
parent | 634908c66df9d609839b3877725e7e33f3507066 (diff) | |
download | uGFX-94e949bd630e84d18bc1539ba2007b9424dd996f.tar.gz uGFX-94e949bd630e84d18bc1539ba2007b9424dd996f.tar.bz2 uGFX-94e949bd630e84d18bc1539ba2007b9424dd996f.zip |
added not working guiDrawKeymatrix()
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef GLCD_H
#define GLCD_H
-#include <ch.h> // types
+#include <ch.h>
#include <hal.h>
#define SCREEN_WIDTH 240
|