⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basic-lcd-project.html

📁 Development tools for the AT91CAP9-DK.Examples on how to use the AT91CAP9-DK features and peripheral
💻 HTML
字号:
<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title>Atmel Corporation - Basic LCD 1.4</title>
        <link rel="stylesheet" type="text/css" href="css/style.css" />
    </head>
    
    <body>
        <h1>Basic LCD Project 1.4</h1>

        <div id="breadcrumb">
            <a href="../index.html">Main</a> >
            <a href="examples.html">Examples</a> >
            LCD
        </div>

        <h2>Purpose</h2>
        <p>
            This application displays two preloaded images on the board LCD, alternating
            between each image every other second.
        </p>
        <div class="requirements">
            <h2>Hardware Requirements</h2>
            <p>
                This package can be used with the following Atmel evaluation kits:
                <ul>
                    <li>AT91SAM9261-EK</li>
                    <li>AT91SAM9263-EK</li>
                    <li>AT91SAM9RL-EK</li>
                    <li>AT91CAP9-DK</li>
                    <li>AT91CAP9-STK</li>
                </ul>
            </p>
        </div>

        <h2>Description</h2>
        <p>
            When launched, this example will start displaying two images alternatively,
            changing between them every two seconds. The images must be loaded in SDRAM
            before the program execution, at offsets 0x100000 and 0x200000,
            respectively.
        </p>
        <p>
            The image files must only contain raw RGB data, as no file format conversion is
            done. Two already processed images, named image1 and image2, are provided in
            the project folder. 
        </p>
       
        <h2>Usage</h2>
        <ol>
            <li>
                Compile the application.
            </li>
            <li>
                <strong>Using SAM-BA</strong>, enable the SDRAM of the chip and download the two images provided,
                at offsets 0x100000 and 0x200000, respectively.  Please refer to the
                <a href="http://www.atmel.com/dyn/resources/prod_documents/doc6132.pdf">SAM-BA User Guide</a> for
                more information about that step.
            </li>
            <li>
                Optionally, connect the DBGU port of the evaluation board to the computer
                and open it in a terminal. Debug information generated by the application
                will be visibled that way.
            </li>
            <ul>
                <li>Settings: 115200 bauds, 8 bits, 1 stop bit, no parity, no flow control.</li>
            </ul>
            <li>
                <strong>Using SAM-BA</strong>, download the program inside the evaluation board and run it.
            </li>
            <li>
                The two downloaded images should appear alternatively on the LCD. In addition,
                the following message should appear on the DBGU:
                <blockquote>
                    <code>
                        -- Basic LCD Project 1.4 --
                    </code>
                </blockquote>
            </li>
        </ol>
        <h6>Atmel Corporation ©2008</h6>
    </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -