aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 05:50:38 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 05:50:38 -0800
commit33d7fe68b9cc5b509d468ecf21407482c0f0d257 (patch)
tree35ef68a073220e78e8d5a678255baa9e4cea1874 /include
parent8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f (diff)
parente8020a88c96c1781c60c5506bb820f35d7aba6ec (diff)
downloaduGFX-33d7fe68b9cc5b509d468ecf21407482c0f0d257.tar.gz
uGFX-33d7fe68b9cc5b509d468ecf21407482c0f0d257.tar.bz2
uGFX-33d7fe68b9cc5b509d468ecf21407482c0f0d257.zip
Merge pull request #3 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include')
-rw-r--r--include/gdisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index 9be97a12..db865284 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -293,6 +293,7 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color);
/* Now obsolete functions */
#define gdispBlitArea(x, y, cx, cy, buffer) gdispBlitAreaEx(x, y, cx, cy, 0, 0, cx, buffer)
+#define RGB565CONVERT(r,g,b) RGB2COLOR(r,g,b)
/* Macro definitions for common gets and sets */
#define gdispSetPowerMode(powerMode) gdispControl(GDISP_CONTROL_POWER, (void *)(unsigned)(powerMode))