INOS
|
EA eDIPTFT43-A display declaration. More...
Go to the source code of this file.
Classes | |
struct | STFTEvent |
struct | STFTCharMap |
Structure for mapping ASCII special chars to LCD chars. More... | |
struct | STFTInternalInfo |
Structure for internal display info. More... | |
struct | STFTHardcopy |
struct | SBtnFrameColor |
Define a button's colors. More... | |
struct | SBtnFrameShape |
Define a button's frame. More... | |
struct | SBtnFont |
Define a button's font. More... | |
struct | STouchButton |
All information defining a touch button. More... | |
struct | STFTFontInfo |
Information about a system font. More... | |
struct | SComBuffer |
struct | SComFifo |
Communication fifo buffer. More... | |
class | CINOSSioTft |
Enumerations | |
enum | ETouchInvert { eTIClear =0 , eTISet =1 , eTIToggle =2 } |
enum | ETouchReaction { eTRInvert , eTRSummer } |
enum | ETextAlignment { eTALeft =0x4C , eTACenter =0x43 , eTARight =0x52 } |
enum | EBlockTextAlignment { eBTUpperLeft =1 , eBTUpperCenter =2 , eBTUpperRight =3 , eBTMiddleLeft =4 , eBTMiddleCenter =5 , eBTMiddleRight =6 , eBTLowerLeft =7 , eBTLowerCenter =8 , eBTLowerRight =9 } |
Define text alignment in block text output. | |
enum | ETftError { eErrNoError =0 , eErrFrameErrorACK , eErrFrameErrorESC , eErrFrameErrorDC1 , eErrFrameErrorDC2 , eErrFrameErrorLen , eErrTimeout , eErrChecksum } |
Errors of tft display functions. | |
enum | ETftReply { eTftRplAnaTouch = 0x00000001 , eTftRplMatrix = 0x00000002 , eTftRplTouchArea = 0x00000004 , eTftRplProjectName = 0x00000008 , eTftRplInternalInfo = 0x00000010 , eTftRplHardCopy = 0x00000020 } |
Type of replies successfully received from tft display. | |
EA eDIPTFT43-A display declaration.
project : INDEL PowerPC language : GNU C++ system : Embedded
Handle display eDIPTFT43-A from Electronic Assembly.