LCD_SCREEN Struct Reference

List of all members.

Public Attributes

INT8U layer
INT8U originX
INT8U originY
INT8U bReserved [4]
INT8U rawData [LCD_WIDTH *LCD_HEIGHT/8]


Detailed Description

Defines the layer and origin for the given rawData. The screen is divided up into 'n' (4) pieces called screenID's. These screenID's are realized as "bands" going from top to bottom of the given layer:

+===============================+
+             b0                +
+             b1                +
+             b2                +
+             b3                +
+===============================+

Typically the end-user does not need to concern themselves with this level of detail as they transfer entire "screens" at a time via the ConnDrawScreen API.
For a normal transfer the originX will always be 0 and originY will always be n*LCD_HEIGHT/4.

See also:
ConnDrawScreen

LCD_LAYER


Member Data Documentation

INT8U layer

INT8U originX

INT8U originY

INT8U bReserved[4]

INT8U rawData[LCD_WIDTH *LCD_HEIGHT/8]


Generated on Mon Dec 17 17:19:32 2007 for ePadAPIs by  doxygen 1.5.4