From b77d45350f3d739c4f52ef53f02effa47e73fcc2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 20 Nov 2012 23:30:27 +0100 Subject: SSD1289 fix --- drivers/gdisp/SSD1289/gdisp_lld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gdisp/SSD1289/gdisp_lld.c') diff --git a/drivers/gdisp/SSD1289/gdisp_lld.c b/drivers/gdisp/SSD1289/gdisp_lld.c index 9b572568..3a770bc6 100644 --- a/drivers/gdisp/SSD1289/gdisp_lld.c +++ b/drivers/gdisp/SSD1289/gdisp_lld.c @@ -368,7 +368,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) { * @note Optional. * @note If x,y is off the screen, the result is undefined. * - * @param[in] x, y The start of the text + * @param[in] x, y The pixel to be read * * @notapi */ @@ -386,6 +386,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) { color = read_data(); stream_stop(); release_bus(); + return color; } #endif -- cgit v1.2.3