Add generic SSD1289 LCD driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4768 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-05-24 15:45:46 +00:00
parent 5e67eac886
commit 235ffb9914

View File

@ -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.
*
**************************************************************************************/