From eac348a697436ceec946239162a85abdd1fd5b7d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 May 2010 18:57:24 +0000 Subject: Finish framebuffer support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2672 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/README.txt') 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 -- cgit v1.2.3