Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 776 Bytes

File metadata and controls

8 lines (7 loc) · 776 Bytes

a mini digital photo album project which loads bitmap images (BMP) from an SD card inserted into the SD card reader module. It reads the data in a contiguous manner and as such the card needs to be set up with the image files prior to reading them off. The microcontroller displays the images on the SD card on a 128x128 graphic lcd. It also employs a slideshow function that triggers the system to read the next image in a preset amount of time and a power button that puts the system in a low power state.

The project was developed using the LPC2148 microcontroller and PG-128x128-A lcd screen. Simulation was performed using proteus 8.1 software and code was written and compiled in embedded c using keil uvision 4.0. for details check out the documentation (doc.pdf)