Unix-style Fortune teller text display on LCD

A mini project for ECE 4180 - Embedded System Design at Georgia Institute of Technology. The idea of this project is to write on an LCD screen a random quotation from a database just like a Unix OS.

Notes

In this project, we used a few components including: an uLCD-144-G2, a SD Card and a pushbutton. The uLCD-144-G2 is a smart color LCD display board with a serial interface and can be found at SITE AND SITE for X dollars. The SD Card is a good option to store files with low cost. It can be found at SITE AND SITE for X dollars. The pushbutton is simple switch mechanism. The way this project works is that there is .txt inside the SD Card containing several quotations and whenever the button is pressed it randomly chooses one of them to be displayed in the LCD. The uLCD is connected as shown in the table below:

http://developer.mbed.org/media/uploads/4180_1/xulcdpins.jpg.pagespeed.ic.B0E8t918mh.webp

The following table shows how the SD Card was wired:

http://developer.mbed.org/media/uploads/simon/xusd-breakout_i_ma.jpg.pagespeed.ic.ipnOw2rc3y.webp

The pushbutton was wired with a pull down resistor, this way we have the input pin connect to ground when not pressed. We use Pin 21 for this component.

/media/uploads/alexcrepory/11047134_10206276457094628_1009945834_n.jpg

Import program4180Lab4

Unix-style Fortune teller text display on LCD


Please log in to post comments.