summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 23:03:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 23:03:17 +0000
commitc6a57d524931a28d96b4f955cf2c5c5c8e72b4cb (patch)
treeea24565a1d2be8eac5ee35093f1c021d15681612 /nuttx/configs/lm3s6965-ek/src
parentcc6a686bf5143a1853bef292a9cb49ed48af36d6 (diff)
downloadpx4-nuttx-c6a57d524931a28d96b4f955cf2c5c5c8e72b4cb.tar.gz
px4-nuttx-c6a57d524931a28d96b4f955cf2c5c5c8e72b4cb.tar.bz2
px4-nuttx-c6a57d524931a28d96b4f955cf2c5c5c8e72b4cb.zip
more oled fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2677 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
index 2b7514c21..c0ddfa6d9 100755
--- a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
+++ b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
@@ -105,7 +105,7 @@
* - PA3: OLED display chip select (CSn)
*/
-#define OLEDDC_GPIO (GPIO_FUNC_OUTPUT | GPIO_PADTYPE_STDWPU | GPIO_STRENGTH_4MA | \
+#define OLEDDC_GPIO (GPIO_FUNC_OUTPUT | GPIO_PADTYPE_STD | GPIO_STRENGTH_8MA | \
GPIO_VALUE_ONE | GPIO_PORTC | 7)
#define OLEDCS_GPIO (GPIO_FUNC_OUTPUT | GPIO_PADTYPE_STDWPU | GPIO_STRENGTH_4MA | \
GPIO_VALUE_ONE | GPIO_PORTA | 3)