|
CircleOS
1
|
Data Fields | |
| struct { | |
| int mIsSelected: 1 | |
| Current screen displaid on the LCD. More... | |
| int mIsDirty: 1 | |
| Contents has been modified (would need an update) More... | |
| int mWantUpdate: 1 | |
| Wait for an update... More... | |
| int mOrientation: 2 | |
| Current orientation of the screen. More... | |
| } | mStatus |
| tDMA2D_pObject | mObjectTable [MAX_DMA2D_OBJECT] |
| Object to be displayed in the screen. The index matches with the Z-order. More... | |
| int | mObjectCount |
| Number of objects used in the table above. More... | |
| union { | |
| tpixel24 mVerView [PHYS_SCREEN_HEIGHT][PHYS_SCREEN_WIDTH] | |
| The memory is seen horizontaly (a set of rows) More... | |
| tpixel24 mHorView [PHYS_SCREEN_WIDTH][PHYS_SCREEN_HEIGHT] | |
| The memory is seen verticaly (a set of columns) More... | |
| tpixel24 mArray [PHYS_SCREEN_HEIGHT *PHYS_SCREEN_WIDTH] | |
| The memory is seen as a continuous global set of pixels. More... | |
| } | mScreenImage |
| The set of pixels. More... | |
Definition at line 96 of file dma2d_graphic.h.
| tpixel24 tDMA2D_Screen::mArray[PHYS_SCREEN_HEIGHT *PHYS_SCREEN_WIDTH] |
Definition at line 111 of file dma2d_graphic.h.
| tpixel24 tDMA2D_Screen::mHorView[PHYS_SCREEN_WIDTH][PHYS_SCREEN_HEIGHT] |
Definition at line 110 of file dma2d_graphic.h.
| int tDMA2D_Screen::mIsDirty |
Definition at line 101 of file dma2d_graphic.h.
| int tDMA2D_Screen::mIsSelected |
Definition at line 100 of file dma2d_graphic.h.
| int tDMA2D_Screen::mObjectCount |
Definition at line 106 of file dma2d_graphic.h.
| tDMA2D_pObject tDMA2D_Screen::mObjectTable[MAX_DMA2D_OBJECT] |
Definition at line 105 of file dma2d_graphic.h.
| int tDMA2D_Screen::mOrientation |
Definition at line 103 of file dma2d_graphic.h.
| union { ... } tDMA2D_Screen::mScreenImage |
| struct { ... } tDMA2D_Screen::mStatus |
| tpixel24 tDMA2D_Screen::mVerView[PHYS_SCREEN_HEIGHT][PHYS_SCREEN_WIDTH] |
Definition at line 109 of file dma2d_graphic.h.
| int tDMA2D_Screen::mWantUpdate |
Definition at line 102 of file dma2d_graphic.h.