Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 149846

Forum Post: RE: LCD 7" with AM335х EVMSK and linux kernel from SDK6.0

$
0
0

Hi Tim,

These are defined inside <linux_dir>/drivers/video/da8xx-fb.c:

[quote]static struct da8xx_panel known_lcd_panels[] = {
    /* Sharp LCD035Q3DG01 */
    [0] = {
        .name = "Sharp_LCD035Q3DG01",
        .width = 320,
        .height = 240,
        .hfp = 8,
        .hbp = 6,
        .hsw = 0,
        .vfp = 2,
        .vbp = 2,
        .vsw = 0,
        .pxl_clk = 4608000,
        .invert_pxl_clk = 1,
    },
    /* Sharp LK043T1DG01 */
    [1] = {
        .name = "Sharp_LK043T1DG01",
        .width = 480,
        .height = 272,
        .hfp = 2,
        .hbp = 2,
        .hsw = 41,
        .vfp = 3,
        .vbp = 3,
        .vsw = 10,
        .pxl_clk = 7833600,
        .invert_pxl_clk = 0,
    },
    /* ThreeFive S9700RTWV35TR */
    [2] = {
        .name = "TFC_S9700RTWV35TR_01B",
        .width = 800,
        .height = 480,
        .hfp = 39,
        .hbp = 39,
        .hsw = 47,
        .vfp = 13,
        .vbp = 29,
        .vsw = 2,
        .pxl_clk = 30000000,
        .invert_pxl_clk = 0,
    },
    /* Newhaven Display */
    [3] = {
        .name = "NHD-4.3-ATXI#-T-1",
        .width = 480,
        .height = 272,
        .hfp = 8,
        .hbp = 43,
        .hsw = 4,
        .vfp = 4,
        .vbp = 12,
        .vsw = 10,
        .pxl_clk = 9000000,
        .invert_pxl_clk = 0,
    },
};[/quote]

Best regards,
Miroslav


Viewing all articles
Browse latest Browse all 149846

Trending Articles