summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-24 15:45:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-24 15:45:46 +0000
commit924a8685d52499fbfdabf664c988d6f567d3ec30 (patch)
tree690ff3579ee8164c90b088bbb86db18e9aacb34e /nuttx/configs/stm3240g-eval
parentce39efdc13b4a65cc541214a7c7c2e7d8ac0779a (diff)
Add generic SSD1289 LCD driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4768 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/up_lcd.c b/nuttx/configs/stm3240g-eval/src/up_lcd.c
index e209880750..45e4a2b57b 100644
--- a/nuttx/configs/stm3240g-eval/src/up_lcd.c
+++ b/nuttx/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.
*
**************************************************************************************/