From f90b7ea4d5a85cdae52b9f875bf10edcf2f8fdb2 Mon Sep 17 00:00:00 2001 From: gfk Date: Tue, 22 Oct 2002 03:00:11 +0000 Subject: [PATCH] Added the wiring to the comments. --- server/drivers/t6963.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/server/drivers/t6963.h b/server/drivers/t6963.h index 5f28750..14b58b5 100644 --- a/server/drivers/t6963.h +++ b/server/drivers/t6963.h @@ -8,6 +8,17 @@ * COPYING file distributed with this package. * * Copyright (c) 2001 Manuel Stahl + * + * Wiring: + * Parallel:              LCD: + * 1 (Strobe) ----------- 5 (WR) + * 2-9 (Data) ----------- 11-18 (Data) + * 14 (Autofeed) -------- 7 (CE) + * 16 (Init) ------------ 8 (C/D) + * 17 (Slct) ------------ 6 (RD) + * 18 (GND) ------------- 3 (GND) + * +5V ------------------ 3(LCD +) + * */ #ifndef T6963_H