aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-12 17:10:30 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-12 17:10:30 +1000
commit9566e80854c00de3ac90eb026e8c3196a5e168ad (patch)
tree39535306214ca2ab575a7d7900e20a9a8e4b4858 /include
parent014330d3a08104313feee8ce3dfed02fb79bf2d3 (diff)
downloaduGFX-9566e80854c00de3ac90eb026e8c3196a5e168ad.tar.gz
uGFX-9566e80854c00de3ac90eb026e8c3196a5e168ad.tar.bz2
uGFX-9566e80854c00de3ac90eb026e8c3196a5e168ad.zip
Remove RGB565CONVERT()
Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color.
Diffstat (limited to 'include')
-rw-r--r--include/gdisp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index db865284..9be97a12 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -293,7 +293,6 @@ 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))