Comply the demo project to new spi dma interface.
[bertos.git] / boards / sam3n-ek / examples / display / .spec
1 name = 'Display and keyboard handling'
2 description="""
3 <h2>Overview</h2>
4 <p>
5 This example application demonstrates the usage of display libraries, keyboard
6 drivers and menu creation.
7 <\p>
8 <p>
9 This demo uses the SPI DMA driver to push data on the screen. Since RAM
10 memory it's not enough to store a full frame, each frame is sent in chunks.
11 <\p>
12 <p>
13 Use the main menu to launch various demo programs; scroll down using the left
14 push button and select using the right push button.
15 <\p>
16 """