'----------------------------------------------------------------------------------------
'    Name:  LCD-S1D13700
'    Type:  TIGER-BASIC(tm) device driver
'
' Purpose:  Control of Graphic-LCDs (EPSON S1D13700 compatible)
'
'  (C) - Copyright Wilke Technology, P.O.Box 1727, D-52018 Aachen, Germany
'----------------------------------------------------------------------------------------
'	
' Thank you for using BASIC Tigers in your products. If you have questions, ideas
' or special needs, please contact your next distributor or the Tiger support team
' and visit our web site:
'
'	Wilke Technology GmbH
'	The Tiger Support Team
'	P.O.Box 1727,       D-52018 Aachen, Germany
'	Krefelder Str. 147, D-52070 Aachen, Germany
'
'	email: support@wilke-technology.com  (english)
'	email: support@wilke.de              (german)
'	Phone: +49 (241) 918 900    Mo to Fr, 7:00 to 16:00 (GMT)
'	Fax:   +49 (241) 918 9068
'
' New information, new drivers and free downloads see:
'
'	www.wilke-technology.com	     (english)
'	www.wilke.de                         (german)
'
' Sincerely,
'
'	Your Tiger Support Team
'
'
'----------------------------------------------------------------------------------------


Version:       1.00k
Description:   new User Function Codes UFCI_STAT_TEXT & UFCI_STAT_GRAPHIC, to read out if
               text/graphic mode is active.


'----------------------------------------------------------------------------------------

Version:       1.00j
Description:   Bug: Probably no output, if 2 Layers are used with offsets and/or length. 
               Fixed!


'----------------------------------------------------------------------------------------

Version:       1.00i
Description:   Bug: LCD-S1D13700 could cause errors in the stri$ function with real 
               variables. The string probably contains wrong results sometimes. Could 
               have other effects on real variables. Fixed.

'----------------------------------------------------------------------------------------


Version:       1.00h
Description:   older drivers cause errors in string operations during LCD output.

'----------------------------------------------------------------------------------------