diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-09-29 20:56:30 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-09-29 20:56:30 +0200 |
commit | 30d03a620ce505fb91c5875d8185cd6d81f27b35 (patch) | |
tree | 01959f06640647d0b38bf131ea4914a21a9f860c /old/graph | |
parent | 70a168df5963d6a83f0c1893c707b42d60236f2a (diff) | |
download | uGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.tar.gz uGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.tar.bz2 uGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.zip |
replaced every LCD_XXX macro with GDISP_XXX
Diffstat (limited to 'old/graph')
-rw-r--r-- | old/graph/graph.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/graph/graph.mk b/old/graph/graph.mk index 706a9412..849940af 100644 --- a/old/graph/graph.mk +++ b/old/graph/graph.mk @@ -1,3 +1,3 @@ -LCD_GRAPH_SRC = $(LCDLIB)/graph/graph.c +GDISP_GRAPH_SRC = $(LCDLIB)/graph/graph.c -LCD_GRAPH_INC = $(LCDLIB)/graph +GDISP_GRAPH_INC = $(LCDLIB)/graph |