From 235ffb99141194da2f61ff8e5b76df0dbee3e50a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 24 May 2012 15:45:46 +0000 Subject: [PATCH] Add generic SSD1289 LCD driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4768 42af7a65-404d-4744-a932-0658087f49c3 --- configs/stm3240g-eval/src/up_lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm3240g-eval/src/up_lcd.c b/configs/stm3240g-eval/src/up_lcd.c index e2098807508..45e4a2b57be 100644 --- a/configs/stm3240g-eval/src/up_lcd.c +++ b/configs/stm3240g-eval/src/up_lcd.c @@ -1191,7 +1191,7 @@ void up_lcduninitialize(void) * This is a non-standard LCD interface just for the stm3240g-EVAL board. Because * of the various rotations, clearing the display in the normal way by writing a * sequences of runs that covers the entire display can be very slow. Here the - * dispaly is cleared by simply setting all GRAM memory to the specified color. + * display is cleared by simply setting all GRAM memory to the specified color. * **************************************************************************************/