Datasheet
8
unsigned char* einkScreenDef::hexEncodingMap[NUM_MAPPINGS]
Hexadecimal Encoding for displaying a digit (7-8 bit)
unsigned char einkScreenDef::numHexEncodingsAvailable
Identify the number of encodings available(used during switching the type)
unsigned char einkScreenDef::numSegments
Used to specify number of segments used by the display
unsigned char einkScreenDef::numZones
Number of displayZones available on screen
unsigned char einkScreenDef::screenName[6]
Used to identify screen name
unsigned char* einkScreenDef::segmentInfo
Used to provide segment numbers in ascending order of zones and digit Left to right
unsigned char* einkScreenDef::segmentsPerDigit
Identify number of segments in each digit of a particular zone
The documentation for this struct was generated from the following file:
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPDSKRL78EINK/user_src/presentatio
n/rPresentation.h
sw_flag_u Union Reference
A union for accessing the switch states in either bit mode or byte mode (Not relevant to the driver)
#include <switches.h>
Public Attributes
uint8_t byteAccess
Access information using a byte.
struct {
unsigned sw1: 1
unsigned sw1Hold: 1
unsigned sw2: 1
unsigned sw2Hold: 1
unsigned sw3: 1
unsigned sw3Hold: 1
unsigned __pad0__: 2
};