diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-05 23:28:55 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-05 23:28:55 +0000 |
commit | 4f72f1ee92b96388c3a5d7d0c492ee7720930555 (patch) | |
tree | 25476e3d214eabf9bddf018362ea402fa81f16a5 /sys | |
parent | d6a1cbbf61a5735f55c3cc923bb6fd52ca1d0581 (diff) |
Correct value here allows cleaner screen display.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/zaurus/zaurus_lcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/zaurus/zaurus_lcd.c b/sys/arch/zaurus/zaurus/zaurus_lcd.c index 58b44576126..60df729bbbc 100644 --- a/sys/arch/zaurus/zaurus/zaurus_lcd.c +++ b/sys/arch/zaurus/zaurus/zaurus_lcd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_lcd.c,v 1.5 2005/01/05 19:12:48 miod Exp $ */ +/* $OpenBSD: zaurus_lcd.c,v 1.6 2005/01/05 23:28:54 drahn Exp $ */ /* $NetBSD: lubbock_lcd.c,v 1.1 2003/08/09 19:38:53 bsh Exp $ */ /* @@ -146,7 +146,7 @@ static const struct lcd_panel_geometry sharp_zaurus_C3000 = 1, /* clock divider */ 0, /* AC bias pin freq */ - 0x27, /* horizontal sync pulse width */ + 0x28, /* horizontal sync pulse width */ 0x2e, /* BLW */ 0x7d, /* ELW */ |