Hi all,
I have a pxa270 board with 3.5inch display. It is SAMSUNG LTV350QV_F04. I
have the entire bsp source with me and hence i have the 3.5inch lcd driver
for it.
The display uses spi interface to initialize the lcd.
Now, i have a need to interface the same display with my pxa255 processor
board. So, i am modifying my existing display driver, by referring to my
pxa270 display driver.
I made the spi initialization part of my display. Now, my display is
initializing and i can see some changes or happening on my display.
I included a small test program in the display driver which will display the
color red, green, blue, black and white. Display black, white is ok. But
when i display the color blue, red and green. It is too light. I mean the
shades are very light. I can't predict what's the reason behind this......
The other problem that i am facing is, after the board boots and display
driver is up, i could see only some light colored stripes on my lcd. Since
the display is having touchscreen builtin. When i touch the touchscreen
randomly, i could see that the applications are starting in mydebug windows,
but on the display side, just the strips moves here and there and some color
changes.
I copied the entire lcd settings, i mean the lccr0,lccr1, lccr2 from my
pxa270 driver. Even the spi initializations are same...
i tried, using the same dirtyrectdump algorithms that was present in 270.
I have a working lcd driver on my pxa25 board. But this driver is for
non-spi lcd. It doesn't require any spi initialization nor to select the lcd
chipselect etc...
The one more difference i am finding between this pxa255 and pxa270 is the
alternate function pins L_vsync and L_cs which i can not find in pxa255.
In pxa270 lcd driver they configure L_vsync as input and L_cs as high active
output...
I have not found how to handle these in pxa255 for this lcd....I don't get
an clear idea on this stuff.
What may be the problem??? Since i am a new person to display driver. Hope
someone gives me a good idea on what's happening...
If anyother details you are required to help me, i can provide...
expecting suggestions from you experts soon....
--
Ramesh.c
Innovate Sofware Solutions.
Bangalore.