All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dams Wim <wim.dams1@student.denayer.wenk.be>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] LCD (NL6448BC20) on PXA255
Date: Wed, 16 Feb 2005 23:24:49 +0100	[thread overview]
Message-ID: <cv0h28$beh$1@sea.gmane.org> (raw)

Hello All,

I'm working on an pxa255 based board and I am trying to get the LCD 
started (NEC NL6448BC20-08).
The test patern is displayed perfectly.
But when I place text, the screen starts to scroll/move/shake.
What am I doing wrong? Perhaps something wrong with the settings?
But then why isn't the test patern shaking?

I added this to pxafb.c:

#ifdef CONFIG_NEC_NL6448BC20
# define REG_LCCR0	0x003008F8
# define REG_LCCR3	0x0370FF01

vidinfo_t panel_info = {
	vl_col:		640,
	vl_row:		480,
	vl_width:	132,
	vl_height:	99,
	vl_clkp:	CFG_HIGH,
	vl_oep:		CFG_HIGH,
	vl_hsp:		CFG_LOW,
	vl_vsp:		CFG_LOW,
	vl_dp:		CFG_HIGH,
	vl_bpix:	3,
	vl_lbw:		0,
	vl_splt:	0,
	vl_clor:	1,
	vl_tft:		1,
	//horizontal
	vl_hpw:		63,
	vl_blw:		48,
	vl_elw:		16,
	//vertical
	vl_vpw:		2,
	vl_bfw:		31,
	vl_efw:		12,
};
#endif

Thanks,
Wim

                 reply	other threads:[~2005-02-16 22:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cv0h28$beh$1@sea.gmane.org' \
    --to=wim.dams1@student.denayer.wenk.be \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.