Datasheet

10
#include "r_cg_macrodriver.h"
#include "rEInkInclude.h"
#include "rPresentation.h"
#include "YRPDSKRL78EINK_Display.h"
#include "eink_demos.h"
#include "switches.h"
#include "application.h"
Functions
void application (void)
The function called from main to do all the tasks.
Detailed Description
Description: This file contains the application.
Copyright 2012 BNS Solutions. The computer program contained herein is the property of BNS Solutions
and may not be copied in whole or in part without prior written authorization from BNS Solutions.
Filename: application.c Creation Date: October 29, 2012 Author: O. Raut
REVISION HISTORY:
Modified: ------ Date: ------------ Reason: -------------------
Function Documentation
void application (void )
The function called from main to do all the tasks.
Description: This file contains the function prototype.
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPD
SKRL78EINK/user_src/EInkDriverFiles/extern.h File Reference
Description: This file contains all the externalally defined variables that may be needed through out the project.
Variables
uint8_t curDisplay [NUM_SEGMENTS]
This array holds current segments that have been turned ON(1)/OFF(0)
uint8_t nextDisplay [NUM_SEGMENTS]
This array holds next segments that should be turned ON(1)/OFF(0)
uint8_t updateRequest
This variable, when set to true activates the driver and makes the physical update to the screen.
uint8_t changingState