summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 18:57:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-15 18:57:24 +0000
commiteac348a697436ceec946239162a85abdd1fd5b7d (patch)
treea0dddfc34d871773e242d34a8a037c2c71fe3ad6 /nuttx/configs/README.txt
parenta778f0c7e076b4bab911945ee2630d767448d147 (diff)
downloadpx4-nuttx-eac348a697436ceec946239162a85abdd1fd5b7d.tar.gz
px4-nuttx-eac348a697436ceec946239162a85abdd1fd5b7d.tar.bz2
px4-nuttx-eac348a697436ceec946239162a85abdd1fd5b7d.zip
Finish framebuffer support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2672 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 6eae21fcf..8a1b1a020 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -359,10 +359,11 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_P14201_FRAMEBUFFER - If defined, accesses will be performed
using an in-memory copy of the OLEDs GDDRAM. This cost of this
buffer is 128 * 96 / 2 = 6Kb. If this is defined, then the driver
- will be fully functioned. If not, then it will have the following
+ will be fully functional. If not, then it will have the following
limitations:
- Reading graphics memory cannot be supported, and
- All pixel writes must be aligned to byte boundaries.
+ The latter limitation effectively reduces the 128x96 disply to 64x96.
ENC28J60 Ethernet Driver Configuration Settings:
CONFIG_NET_ENC28J60 - Enabled ENC28J60 support