aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-13 23:47:48 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-13 23:47:48 +0100
commit6d18ad18c3c4fd091e7a733b8a68f2014ccf91cc (patch)
tree51de1c4af20d213e20e627b0dc46c649f8caaf84 /drivers
parent4467b814f221c90455c23abadf537b4199a0de51 (diff)
downloaduGFX-6d18ad18c3c4fd091e7a733b8a68f2014ccf91cc.tar.gz
uGFX-6d18ad18c3c4fd091e7a733b8a68f2014ccf91cc.tar.bz2
uGFX-6d18ad18c3c4fd091e7a733b8a68f2014ccf91cc.zip
typo fix
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/ILI9320/gdisp_lld.c b/drivers/gdisp/ILI9320/gdisp_lld.c
index f0cc6e51..4b485d79 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld.c
+++ b/drivers/gdisp/ILI9320/gdisp_lld.c
@@ -511,7 +511,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
if(GDISP.Backlight == (*(uint8_t*)value))
return;
GDISP_LLD(set_backlight)(*(uint8_t*)value);
- GDISP.Backlight == (*(uint8_t*)value);
+ GDISP.Backlight = (*(uint8_t*)value);
break;
default: