uVGA display DEMO

This project demos the uVGA II board from 4D Systems.

We created a simple text editor using a ps2 keyboard and the uVGA controller that can save to a microSD card.

Links for external documentation and libraries:

uVGA II: http://mbed.org/cookbook/uVGAII

ps2Keyboard: http://mbed.org/cookbook/PS2

microSD: http://mbed.org/cookbook/SD-Card-File-System

Link to keyboard scancode set 2: http://www.computer-engineering.org/ps2keyboard/scancodes2.html

The demo program opens a file from the SD card and displays its contents. Scancodes from the keyboard are mapped to ascii characters and displayed on the monitor as the user types. At the end of the session, the user may press CTRL + S to save the file.

For now... here is a text file of the main function we used. Just use this file with the linked libraries above.

/media/uploads/sherouse/photo_on_2011-03-05_at_17.56.jpg

/media/uploads/sherouse/photo_on_2011-03-05_at_17.57.jpg

Here is the entire project demo with included libraries:

/media/uploads/sherouse/uvgaii_ps2_demo.zip


Please log in to post comments.