← Documents Documentation/admin-guide/auxdisplay/ks0108.rst GitHub 원문 ↗

Linux 6.18.37 · Administration / Auxiliary display

ks0108 LCD Controller Driver Documentation

KS0108의 64x64 controller memory layout과 parallel-port 지원, panel-specific wiring 참조 방법을 설명합니다.

Source pathDocumentation/admin-guide/auxdisplay/ks0108.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Driver

ks0108.rst:1-23

KS0108 LCD controller driver의 범위를 소개합니다.

Controller geometry

ks0108.rst:24-41

8 pages x 64 addresses의 512-byte monochrome memory를 정리합니다.

Wiring

ks0108.rst:42-50

Generic parallel support와 LCD model별 배선 문서의 관계를 설명합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

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

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

KS0108 driver 정보

1-23

이 GPLv2 문서는 Miguel Ojeda <[email protected]>가 2006년 10월 27일 작성·관리한 `ks0108` LCD controller driver 설명서입니다. Driver information, device information, wiring의 세 부분으로 구성됩니다.

이 driver는 KS0108 LCD controller를 지원합니다.

KS0108 controller 사양

24-41

제조사는 Samsung이고 device name은 KS0108 LCD Controller, code는 `ks0108`입니다. 별도 manufacturer 또는 device webpage는 명시하지 않습니다.

KS0108 geometry and memory
PropertyValue
TypeLCD Controller
Resolution64 x 64
Colors2 (B/N)
Pages8
Addresses64 per page
Data per address1 byte
Total memory8 x 64 x 1 = 512 bytes

Controller 하나의 64x64 monochrome address space입니다.

KS0108 parallel-port wiring

42-50

Driver는 data parallel-port wiring을 지원합니다. LCD 관련 hardware를 직접 제작하는 경우가 아니라면 같은 folder에서 사용하는 LCD model별 배선 정보를 확인해야 합니다.

예를 들어 CFAG12864B LCD의 실제 배선은 `Documentation/admin-guide/auxdisplay/cfag12864b.rst`를 참조합니다.

Controller-to-panel wiring reference
KS0108 driver supports parallel dataIdentify concrete LCD panelRead panel-specific wiring documentMap parallel signals and power circuit

KS0108의 generic parallel interface를 실제 LCD model의 pinout과 결합합니다.