Vf61 WinCE LCD 800x480 issue

I have a problem with LCD display model PV0700JW50C resolution 800x480, (LDDS 24), digital transfer . Like you can see on my pictures screen can display file name correctly when is more like 3 lines and when I move cursor to one of the screen side the whole line is shifted.
My register configuration is :

[HKEY_LOCAL_MACHINE\Drivers\Display\Colibri]
"Bpp"=dword:00000020
"CxScreen"=dword:00000320
"Ldds"=dword:00000018
"LCDBS"=dword:00000005
"UseSplashSettings"=dword:00000001
"FirstRefreshDelay"=dword:00002710
"ActivateDisplayEvent"="SYSTEM/ShellAPIReady"
"VideoRAMSize"=dword:00800000
"Type"=dword:00000001
"Color"=dword:00000001
"Dual"=dword:00000000
"CyScreen"=dword:000001e0
"hsw"=dword:00000060
"blw"=dword:00000030
"elw"=dword:00000010
"vsw"=dword:00000002
"bfw"=dword:0000001f
"efw"=dword:0000000b
"hsp"=dword:00000001
"vsp"=dword:00000001
"pcp"=dword:00000000
"BL_GPIO"=dword:00000047
"BL_POL"=dword:00000001
"cursor"=dword:00000001
"pclk"=dword:01f910e0

Dear @KrisSS

All displays sample eack pixel according to the PCLK signal.
Your pictures show a situation where the display samples the pixel colors just in the moment while they are transitioning from one pixel to the next. The sampling point is given by the PCLK signal. Depending on the actual signal waveforms, sometimes the previous pixel is sampled, sometimes the next one.

Probably inverting the pixel clock polarity (PCP) will fix the issue.

If not, you can try to play with the buffer strength (LCDBS) to create a small analog delay of the signals. Adding a small capacitor to the PCLK signal could have the same effect. I recommend to measure the signals with an oscilloscope to get an understanding what you are doing.

Regards, Andy

Hi Andy,
Spot on working fine! PCP did the job but I can’t change it with Vybrid_Display_V1.0 Win app I had to change on my boot config block settings section.

Just like you said I measure the signal with oscilloscope was very helpful.

Best regards
Kris