CVS: examples/gfx_lcd README.txt,1.2,1.3

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/examples/gfx_lcd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1695/examples/gfx_lcd

Modified Files:
	README.txt 
Log Message:
- consistently name the files README.txt (with extension for the windows users)
- update some of the readmes contents and add new ones
- use the reStructuredText format for use with docutils rst2html

Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/examples/gfx_lcd/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- README.txt	9 Jul 2002 22:37:34 -0000	1.2
+++ README.txt	26 Dec 2005 20:37:03 -0000	1.3
@@ -1,44 +1,54 @@
-whats this?
------------
-this example features the graphic LCD controller T6963 from Toshiba.
-it isn't such an easy example as the others, so don't start right
+gfx_lcd
+=======
+
+Overview
+--------
+This example features the graphic LCD controller T6963 from Toshiba.
+It isn't such an easy example as the others, so don't start right
 away with this one.
 
-features:
- - how to use a graphical LCD with T6963.
-    o set pixels, write text
-    o use double buffering to avoid flickering
-    o it contains reusable LCD C and ASM modules
+Features:
 
- - assember module and how compile and use it from C
+- How to use a graphical LCD with T6963.
 
- - use uprintf to print formated strings and do a printf
+  - set pixels, write text
+  - use double buffering to avoid flickering
+  - it contains reusable LCD C and ASM modules
+
+- Assember module and how compile and use it from C
+
+- Use uprintf to print formated strings and do a printf
    emulation that prints to the LCD.
  
- - makefile
-    o compile and link
-    o include assembler sources
-    o convert to intel hex format
-    o generate a listing with mixed C / assembly
+- Makefile
 
-required hardware
+  - compile and link
+  - include assembler sources
+  - convert to intel hex format
+  - generate a listing with mixed C / assembly
+
+
+Required hardware
 -----------------
 
- - a MSP430F147 with 32kB flash or a bigger one. respectively if you
+- A MSP430F147 with 32kB flash or a bigger one. respectively if you
    undefine USE_TITLE in hardware.h, a 8kB type will suffice (altough
    the cool image won't be shown :-(.
-   don't forget to modify CPU type in the makefile in such a case.
+  Don't forget to modify CPU type in the makefile in such a case.
    
- - any graphic type display with a T6963 controller or compatible
-   however the demo only looks right on a 240x64 display
-   the LCD is connected to P2 (data lines) and P3 (control lines)
+- Any graphic type display with a T6963 controller or compatible.
+  However the demo only looks right on a 240x64 display
+  the LCD is connected to P2OUT (data lines) and P3OUT (control lines)
    you'll find the pins in hardware.h
   
- - optionaly a LED array on P1
+- Optionaly a LED array on P1OUT
 
-discalimer
+
+Disclaimer
 ----------
-this example is part of the mspgcc project http://mspgcc.sf.net
-see license.txt for details.
+This example is part of the mspgcc project http://mspgcc.sf.net.
+See license.txt_ for details.
 
 chris
\ No newline at end of file
+
+.. _license.txt: ../license.html



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.