summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-08 14:10:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-08 14:10:24 +0000
commit868a65c8dccc93a42e78aa504775c9ef927d865b (patch)
tree7563ea6e54724090820563638b29cd74b3acf770 /nuttx/include
parent10abc48ef23af89e79d7e48dcd1e526d091f23fb (diff)
downloadpx4-nuttx-868a65c8dccc93a42e78aa504775c9ef927d865b.tar.gz
px4-nuttx-868a65c8dccc93a42e78aa504775c9ef927d865b.tar.bz2
px4-nuttx-868a65c8dccc93a42e78aa504775c9ef927d865b.zip
STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5322 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/lcd/ug-2864ambag01.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/nuttx/include/nuttx/lcd/ug-2864ambag01.h b/nuttx/include/nuttx/lcd/ug-2864ambag01.h
index a7de77efa..deb568981 100644
--- a/nuttx/include/nuttx/lcd/ug-2864ambag01.h
+++ b/nuttx/include/nuttx/lcd/ug-2864ambag01.h
@@ -1,6 +1,7 @@
/**************************************************************************************
* include/nuttx/lcd/ug-2864ambag01.h
- * Driver for Univision UG-2864AMBAG01 OLED display (wih SH1101A controller)
+ * Driver for Univision UG-2864AMBAG01 OLED display (wih SH1101A controller) in SPI
+ * mode
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -53,8 +54,6 @@
#include <nuttx/arch.h>
-#include "stm32_gpio.h"
-
#ifdef CONFIG_LCD_UG2864AMBAG01
/**************************************************************************************
@@ -67,12 +66,6 @@
* CONFIG_UG2864AMBAG01_FREQUENCY - Define to use a different bus frequency
* CONFIG_UG2864AMBAG01_NINTERFACES - Specifies the number of physical UG-2864AMBAG01
* devices that will be supported.
- * CONFIG_UG2864AMBAG01_FRAMEBUFFER - If defined, accesses will be performed using an
- * in-memory copy of the OLEDs GDDRAM. This cost of this buffer is 128 * 64 / 8 =
- * 1Kb.
- *
- * If CONFIG_UG2864AMBAG01_FRAMEBUFFER is not defined and the LCD is a LANDSCAPE mode,
- * then a 128 byte buffer is still required.
*
* Required LCD driver settings:
*