Go to previous topic
Go to next topic
Last Post 06 Oct 2006 04:03 PM by  Anonymous
LogicLoader - current unsupported display kit values
 1 Replies
Author Messages
mikea@logicpd.com
New Member
New Member
Posts:


--
26 Jul 2005 06:20 PM
    The release of LogicLoader 2.0.2 and earlier did not include display modes for several of our display kits. (12.1", 3.5", 5.7") To see the supported modes, use:
    losh> help video-open

    Until we release a version of LogicLoader with these modes, you can use the following commands to set up modes in the configuration block in LogicLoader. This will allow you to use the video-open, draw-test, and bitmap commands.

    Instructions:
    The following command should be run once on your board to create the configuration block. See the LogicLoader manual for more information.
    losh> config CREATE;

    for LCD-5.7-QVGA-10 Display Kit: (future LogicLoader mode 1)
    losh> video-init 5 16; w /w 0x44000000 0x07b008f8; w /w 0x44000004 0x27094d3f; w /w 0x44000008 0x071404ef; w /w 0x4400000c 0x04000007; config V 57 320 240;

    for LCD-3.5-QVGA-20 Display Kit: (future LogicLoader mode 8)
    losh> video-init 5 16; w /w 0x44000000 0x07b008f8; w /w 0x44000004 0x090934EF; w /w 0x44000008 0x0414093F; w /w 0x4400000c 0x04000007; config V 35 240 320;

    for LCD-12.1-SVGA-10 Display Kit: (future LogicLoader mode 2)
    losh> video-init 5 16; w /w 0x44000000 0x07b008f8; w /w 0x44000004 0x5104131F; w /w 0x44000008 0x140A0E57; w /w 0x4400000c 0x04000002; config V 121 800 600;


    Once you have run the specific commands above, you can use the following after reseting the board:

    losh> video-open 57; draw-test;

    losh> video-open 35; draw-test;

    losh> video-open 121; draw-test;

    Thank You,
    -Mike
    Anonymous
    Posts:


    --
    06 Oct 2006 04:03 PM
    This was resolved long ago. This is updated in the latest version of LogicLoader for the PXA270 card engine.

    Thanks,


    ---