This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LCD Configuration in lcd_vga.c

Other Parts Discussed in Thread: AM3517

Hi,

 

i have a problem with configuring LCD display on my AM3517,

UMSH-8253MD-T data sheet can be downloaded here -> http://firmware.avspekter.si/LCD%20Display.pdf

I did set

#if

defined(BSP_LCD_LB043WQ2)

    {  

/*OMAP_LCD_480W_272H*/    

        DISPC_PIXELFORMAT_RGB32,      //pixelFmt;

        480,                               //width;

        272,                               //height;

         41,//hsw;1 THP

        2,  //hfp2  je majka THB

        2,    //hbp;45 //2 ke dokaj lepo //10 je ful v desnpo zamakjen 1, sploh ne dela probam 70

        10,  //vsw;

        2,      //vfp;

        2,      //vbp;

        1,      //logClkDiv;

        10,    //pixelClkDiv;

        (9 << 0),//dss1ClkSel;   

        0,           //loadMode;

        (DISPC_POL_FREQ_IVS | DISPC_POL_FREQ_IHS | DISPC_POL_FREQ_ONOFF),//polFreq;

0x00000000,             //lcdDefaultColor;

        0x00000000,             //lcdTransColor;

        0x00000000,             //tvDefaultColor;

        0x00000000,             //tvTransColor;   

    },

 

What happens is that display is still moved to the right side, it is not fully alligned to left side, there are few pixels that are not used.

Can anyone help with this?

Best regards,
Luka