aboutsummaryrefslogtreecommitdiffstats
path: root/halext/include/glcd.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-09 01:59:45 -0700
committerTectu <joel@unormal.org>2012-08-09 01:59:45 -0700
commit60582cbf35ff9a4d9157fe07074d1e12b7f20a1f (patch)
treeb9d57dbcbc8013065560c3056952c1e38b498124 /halext/include/glcd.h
parent3c3ef1d78a1d10e3af913d42d83faa5c8f3cffc8 (diff)
parent4ffb258d71fe0720418fb350b6f3d5354240dddf (diff)
downloaduGFX-60582cbf35ff9a4d9157fe07074d1e12b7f20a1f.tar.gz
uGFX-60582cbf35ff9a4d9157fe07074d1e12b7f20a1f.tar.bz2
uGFX-60582cbf35ff9a4d9157fe07074d1e12b7f20a1f.zip
Merge pull request #37 from inmarket/master
Removed GDISPDriver strucutre, added macros for Query & Control
Diffstat (limited to 'halext/include/glcd.h')
-rw-r--r--halext/include/glcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/halext/include/glcd.h b/halext/include/glcd.h
index 670d160e..ab2f6be2 100644
--- a/halext/include/glcd.h
+++ b/halext/include/glcd.h
@@ -58,9 +58,6 @@ enum transparency {solid, transparent};
#define font_LargeNumbersDouble (&fontLargeNumbersDouble)
#define font_LargeNumbersNarrow (&fontLargeNumbersNarrow)
-#define GLCDDriver GDISPDriver
-#define GLCDD GDISP
-
enum glcd_result { GLCD_DONE,
GLCD_FAILED,
GLCD_PROGRESS,