Made the correct debug functions

Fixed wrong charakter for block icon
This commit is contained in:
themythos
2003-03-10 10:26:25 +00:00
parent 2c40e25f0f
commit 7535579cf6
2 changed files with 64 additions and 67 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
/*
* Base driver module for Toshiba T6963 based LCD displays ver 2.1
* Base driver module for Toshiba T6963 based LCD displays ver 2.2
* ( ver 2.* is not at all compatible to 1.* versions!)
*
* Parts of this file are based on the kernel driver by Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
@@ -10,7 +10,7 @@
* Copyright (c) 2001 Manuel Stahl <mythos@xmythos.de>
*
* Wiring:
* Parallel:              LCD:
* Parallel:              LCD:
* 1 (Strobe) ----------- 5 (WR)
* 2-9 (Data) ----------- 11-18 (Data)
* 14 (Autofeed) -------- 7 (CE)
@@ -148,4 +148,4 @@ void t6963_low_disable_mode (u8 mode);
void t6963_swap_buffers();
#endif
#endif