Datasheet

17
REVISION HISTORY:
Modified: -------
Date: -----------
Reason: ---------------
Function Documentation
uint8_t displayInZone (uint8_t zone, uint8_t * str, uint8_t count, struct einkScreenDef * thisScreen)
This function is part of the presentation layer for the EInk Segmented display driver. It is responsible for setting
up the next segments to turn ON or OFF by using screen definitions and information. This function cannot
handle floating point instructions, however, there is a preprocessor statement which can be turned on to handle
the same. Note that an updateRequest is not made through this function.
Select correct active encoding here
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPD
SKRL78EINK/user_src/presentation/YRPDSKRL78EINK_Display.c File
Reference
Description:This file contains the information that the presentation layer function can use to set up the array
nextDisplay.
#include "rEInkInclude.h"
#include "rPresentation.h"
#include "YRPDSKRL78EINK_Display.h"
#include "r_cg_macrodriver.h"
Functions
void setupeinkScr001 (void)
Function to setup the EInk screen definition.
Variables
struct einkScreenDef einkScr001
uint8_t segmentsPerDigit []
uint8_t digitsPerZone []
uint8_t segmentInfo []
uint8_t hexEncodingInfo []
const uint8_t hexEncoding01 []
const uint8_t hexEncoding02 []
const uint8_t hexEncoding03 []
const uint8_t hexEncoding04 []