Example for demonstrating Pervasive Displays Inc.
1.44", 2" or 2.7" EPD
Copyright (c) 2012-2014 Pervasive Displays Inc. All rights reserved.
#include "EPD_demo.h"
Functions | |
int | main (void) |
Support and FAQ: visit Microchip Support More... | |
int main | ( | void | ) |
Support and FAQ: visit Microchip Support
Demonstration for showing the images alternatively on EPD of EPD Xplained Pro extension board
Initialize system clock and Xplained pro board
Initialize EPD hardware
User selects which EPD size to run demonstration by changing the USE_EPD_Type in Atmel Studio Project properties under Symbols The Image data arrays for each EPD size are defined at image_data.c
References board_init(), cpu_irq_enable, delay_ms, EPD_144, EPD_200, EPD_270, EPD_display_from_pointer(), EPD_display_init(), image_array_144_1, image_array_144_2, irq_initialize_vectors, and sysclk_init().