|
From: <mar...@us...> - 2007-02-10 16:27:44
|
Revision: 802
http://svn.sourceforge.net/hackndev/?rev=802&view=rev
Author: marex_z71
Date: 2007-02-10 08:27:40 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
l4p: fix LD LCD margins (so it?\194?\180s 2px:2px on left and right, not 1px:3px)
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-02-09 23:33:53 UTC (rev 801)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-02-10 16:27:40 UTC (rev 802)
@@ -265,10 +265,10 @@
/* fixme: these are the margins PalmOS has set,
* they seem to work but could be better.
*/
- .left_margin = 31,
- .right_margin = 3,
+ .left_margin = 32,
+ .right_margin = 1,
.upper_margin = 7, //5,
- .lower_margin = 8, //3,
+ .lower_margin = 1, //3,
.sync = FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|