From 6eed2f208f5bc5cf571c3797d47f5e8db96dd926 Mon Sep 17 00:00:00 2001 From: robijn Date: Thu, 10 Jul 2003 22:06:00 +0000 Subject: [PATCH] - Fixed startup problem causing device not to initialize properly. - Added Michael to copyrights as I should have done at the last commit. --- server/drivers/sed1330.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/drivers/sed1330.c b/server/drivers/sed1330.c index 21992ee..e88fbeb 100644 --- a/server/drivers/sed1330.c +++ b/server/drivers/sed1330.c @@ -13,7 +13,8 @@ * This file is released under the GNU General Public License. Refer to the * COPYING file distributed with this package. * - * Copyright (c) 2001,2002, Joris Robijn + * 2003, Michael Rohde * * * Changelog: @@ -522,7 +523,7 @@ sed1330_init( Driver * drvthis, char *args ) sed1330_command( p, CMD_HDOT_SCR, 1, ((char[1]) {0x00}) ); // horizontal pixel shift=0 sed1330_command( p, CMD_OVLAY, 1, ((char[1]) {0x01}) ); // XOR mode, screen1 text, screen3 text (screen2 and screen4 are always graph) sed1330_command( p, CMD_DISP_DIS, 1, ((char[1]) {0x14}) ); // display off,set cursor off, screen1 on, screen2 on, screen3 off - // sed1330_command( p, CMD_CSR_DIR_R, 0, NULL ); // cursor move right + sed1330_command( p, CMD_CSR_DIR_R, 0, NULL ); // cursor move right sed1330_flush( drvthis ); // Clear the contents of the LCD sed1330_command( p, CMD_DISP_EN, 0, NULL ); // And display on