| Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1 | ========================================== | 
|  | 2 | ks0108 LCD Controller Driver Documentation | 
|  | 3 | ========================================== | 
|  | 4 |  | 
|  | 5 | License:		GPLv2 | 
|  | 6 | Author & Maintainer:	Miguel Ojeda Sandonis <maxextreme@gmail.com> | 
|  | 7 | Date:			2006-10-27 | 
|  | 8 |  | 
|  | 9 |  | 
|  | 10 |  | 
|  | 11 | -------- | 
|  | 12 | 0. INDEX | 
|  | 13 | -------- | 
|  | 14 |  | 
|  | 15 | 1. DRIVER INFORMATION | 
|  | 16 | 2. DEVICE INFORMATION | 
|  | 17 | 3. WIRING | 
|  | 18 |  | 
|  | 19 |  | 
|  | 20 | --------------------- | 
|  | 21 | 1. DRIVER INFORMATION | 
|  | 22 | --------------------- | 
|  | 23 |  | 
|  | 24 | This driver support the ks0108 LCD controller. | 
|  | 25 |  | 
|  | 26 |  | 
|  | 27 | --------------------- | 
|  | 28 | 2. DEVICE INFORMATION | 
|  | 29 | --------------------- | 
|  | 30 |  | 
|  | 31 | Manufacturer:	Samsung | 
|  | 32 | Device Name:	KS0108 LCD Controller | 
|  | 33 | Device Code:	ks0108 | 
|  | 34 | Webpage:	- | 
|  | 35 | Device Webpage:	- | 
|  | 36 | Type:		LCD Controller (Liquid Crystal Display Controller) | 
|  | 37 | Width:		64 | 
|  | 38 | Height:		64 | 
|  | 39 | Colors:		2 (B/N) | 
|  | 40 | Pages:		8 | 
|  | 41 | Addresses:	64 each page | 
|  | 42 | Data size:	1 byte each address | 
|  | 43 | Memory size:	8 * 64 * 1 = 512 bytes | 
|  | 44 |  | 
|  | 45 |  | 
|  | 46 | --------- | 
|  | 47 | 3. WIRING | 
|  | 48 | --------- | 
|  | 49 |  | 
|  | 50 | The driver supports data parallel port wiring. | 
|  | 51 |  | 
|  | 52 | If you aren't building LCD related hardware, you should check | 
|  | 53 | your LCD specific wiring information in the same folder. | 
|  | 54 |  | 
|  | 55 | For example, check Documentation/auxdisplay/cfag12864b. |