37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
------------------------------------------------------------------------------
 | 
						|
Library for controlling Electronic Assembly eDIPTFT displays
 | 
						|
 | 
						|
     Copyright (c) 2013 Stefan Gofferje. All rights reserved.
 | 
						|
 | 
						|
     This library is free software; you can redistribute it and/or
 | 
						|
     modify it under the terms of the GNU Lesser General Public
 | 
						|
     License as published by the Free Software Foundation; either
 | 
						|
     version 3 of the License, or (at your option) any later
 | 
						|
     version.
 | 
						|
 | 
						|
     This library is distributed in the hope that it will be
 | 
						|
     useful, but WITHOUT ANY WARRANTY; without even the implied
 | 
						|
     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 | 
						|
     PURPOSE.  See the GNU Lesser General Public License for more
 | 
						|
     details.
 | 
						|
 | 
						|
     You should have received a copy of the GNU Lesser General
 | 
						|
     Public License along with this library; if not, write to the
 | 
						|
     Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 | 
						|
     Boston, MA 02110-1301 USA
 | 
						|
------------------------------------------------------------------------------
 | 
						|
 | 
						|
There isn't much documentation yet. I have started to write the functions on
 | 
						|
25JAN2013 and converted them into a library on 01FEB2013. I'm mainly
 | 
						|
developing this library inside another projects, so functions are added as
 | 
						|
they are needed in that other project. Once the other project is ready, I
 | 
						|
might complete this library.
 | 
						|
 | 
						|
Documentation on the eDIPTFT series is available from
 | 
						|
 | 
						|
  http://www.lcd-module.com/
 | 
						|
 | 
						|
CAVEAT: When using Smallprotocol to communicate with the display (highly
 | 
						|
recommended!) via RS232, the display MUST be selected by with a select
 | 
						|
command, otherwise it will ignore ANY communication!
 |