亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? lcd.h

?? ucgu最新版本 4.14
?? H
?? 第 1 頁 / 共 2 頁
字號:

#define LCD_DEVCAP_COLOR        0x1000  /* Quest Color[0]
                                0x1001     Quest Color[1]
                                0x1002     Quest Color[2]
                                         ...                    */
 /* The next 4095 entries are reserved so up to 4096 colors
    can be queried          ...*/

int LCD_GetXSize(void);
int LCD_GetXSize_1(void);
int LCD_GetXSizeEx(int Index);

int LCD_GetYSize(void);
int LCD_GetYSize_1(void);
int LCD_GetYSizeEx(int Index);

int LCD_GetVXSize(void);
int LCD_GetVXSize_1(void);
int LCD_GetVXSizeEx(int Index);

int LCD_GetVYSize(void);
int LCD_GetVYSize_1(void);
int LCD_GetVYSizeEx(int Index);

U32 LCD_GetNumColors(void);
U32 LCD_GetNumColors_1(void);
U32 LCD_GetNumColorsEx(int Index);

int LCD_GetBitsPerPixel(void);
int LCD_GetBitsPerPixel_1(void);
int LCD_GetBitsPerPixelEx(int Index);

int LCD_GetFixedPalette(void);
int LCD_GetFixedPalette_1(void);
I32 LCD_GetFixedPaletteEx(int Index);

int LCD_GetXMag(void);
int LCD_GetXMag_1(void);
int LCD_GetXMagEx(int Index);

int LCD_GetYMag(void);
int LCD_GetYMag_1(void);
int LCD_GetYMagEx(int Index);

int LCD_GetMirrorXEx(int LayerIndex);
int LCD_GetMirrorYEx(int LayerIndex);
int LCD_GetSwapXYEx(int LayerIndex);

int LCD_GetSwapRBEx(int LayerIndex);
int LCD_GetDeltaModeEx(int LayerIndex);
int LCD_GetBitsPerPixel_L0Ex(int LayerIndex);

tLCDDEV_Index2Color * LCD_GetpfIndex2ColorEx(int LayerIndex);
tLCDDEV_Color2Index * LCD_GetpfColor2IndexEx(int LayerIndex);

tLCDDEV_Color2Index * LCD_GetpfColor2Index(void);

int LCD_GetNumLayers(void);

int LCD_SetAlphaEx(int Alpha, int LayerIndex);

#define LCD_GetNumDisplays() LCD_GetNumLayers()

#define LCD_GET_XSIZE()        LCD_GetXSize()
#define LCD_GET_YSIZE()        LCD_GetYSize()
#define LCD_GET_VXSIZE()       LCD_GetVXSize()
#define LCD_GET_VYSIZE()       LCD_GetVYSize()
#define LCD_GET_NUMCOLORS()    LCD_GetNumColors()
#define LCD_GET_BITSPERPIXEL() LCD_GetBitsPerPixel()

#define LCD_DEVFUNC_READRECT   0x1 /* Request of a function pointer for reading a rectangular display area */
#define LCD_DEVFUNC_SETALPHA   0x2 /* Request of a function pointer for setting the alpha blending factor */
#define LCD_DEVFUNC_SETPOS     0x3 /* Request of a function pointer for setting the layer position */
#define LCD_DEVFUNC_SETSIZE    0x4 /* Request of a function pointer for setting the layer size */
#define LCD_DEVFUNC_SETVIS     0x5 /* Request of a function pointer for setting the visibility of a layer */
#define LCD_DEVFUNC_ISHW       0x6 /* Request if the current selected device is a display driver */
#define LCD_DEVFUNC_24BPP      0x7 /* Request if the driver is able to draw a 24bpp bitmap */
#define LCD_DEVFUNC_NEXT_PIXEL 0x8 /* Request if the driver is able to draw a bitmap pixel by pixel */

void * LCD_L0_GetDevFunc(int Index);

/*********************************************************************
*
*       NEXT_PIXEL API support
*
**********************************************************************
*/
typedef struct {
  void (* pfStart)   (int x0, int y0, int x1, int y1);
  void (* pfSetPixel)(int PixelIndex);
  void (* pfNextLine)(void);
  void (* pfEnd)     (void);
} LCD_API_NEXT_PIXEL;

LCD_API_NEXT_PIXEL * LCD_GetNextPixelAPI(void);

/*********************************************************************
*
*      LCD_CLIP function table
*
**********************************************************************
*/
typedef void         tLCD_HL_DrawHLine    (int x0, int y0,  int x1);
typedef void         tLCD_HL_DrawPixel    (int x0, int y0);

typedef struct {
  tLCD_HL_DrawHLine*          pfDrawHLine;
  tLCD_HL_DrawPixel*          pfDrawPixel;
} tLCD_HL_APIList;

void LCD_DrawHLine(int x0, int y0,  int x1);
void LCD_DrawPixel(int x0, int y0);
void LCD_DrawVLine  (int x, int y0,  int y1);


/*********************************************************************
*
*              Declarations for LCD_
*
**********************************************************************
*/

void LCD_SetClipRectEx(const LCD_RECT* pRect);
void LCD_SetClipRectMax(void);

/* Get device capabilities (0 if not supported) */
I32  LCD_GetDevCap(int Index);

/* Initialize LCD using config-paramters */
int LCD_Init(void);

void LCD_SetBkColor   (LCD_COLOR Color); /* Set background color */
void LCD_SetColor     (LCD_COLOR Color); /* Set foreground color */
void LCD_SetPixelIndex(int x, int y, int ColorIndex);

/* Palette routines (Not available on all drivers) */
void LCD_InitLUT(void);

/* Decompressors */
//typedef void tfDrawSpecialBitmap(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR *pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
void         LCD_DrawBitmap_RLE8(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR *pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
void         LCD_DrawBitmap_RLE4(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR *pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
void         LCD_DrawBitmap_565 (int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR *pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
void         LCD_DrawBitmap_M565(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR *pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);

LCD_DRAWMODE LCD_SetDrawMode  (LCD_DRAWMODE dm);
void LCD_SetColorIndex(int Index);
void LCD_SetBkColorIndex(int Index);
void LCD_FillRect(int x0, int y0, int x1, int y1);
typedef void tLCD_SetPixelAA(int x, int y, U8 Intens);

void LCD_SetPixelAA        (int x, int y, U8 Intens);
void LCD_SetPixelAA_NoTrans(int x, int y, U8 Intens);
void LCD_SetPixelAA_Xor    (int x, int y, U8 Intens);

LCD_COLOR    LCD_AA_MixColors(LCD_COLOR Color, LCD_COLOR BkColor, U8 Intens);
LCD_COLOR    LCD_MixColors256(LCD_COLOR Color, LCD_COLOR BkColor, unsigned Intens);
LCD_COLOR    LCD_GetPixelColor(int x, int y);     /* Get RGB color of pixel */
unsigned int LCD_GetPixelIndex(int x, int y);
int          LCD_GetBkColorIndex (void);
int          LCD_GetColorIndex (void);

/*********************************************************************
*
*       Optional support for rotatation
*
**********************************************************************
*/

#if GUI_SUPPORT_ROTATION

typedef void tLCD_DrawBitmap(int x0, int y0, int xsize, int ysize,
                             int xMul, int yMul, int BitsPerPixel, int BytesPerLine,
                             const U8 GUI_UNI_PTR * pPixel, const void * pTrans);
typedef void tRect2TextRect (LCD_RECT * pRect);

struct tLCD_APIList_struct {
  tLCD_DrawBitmap   * pfDrawBitmap;
  tRect2TextRect    * pfRect2TextRect;
};

typedef struct tLCD_APIList_struct tLCD_APIList;

extern tLCD_APIList LCD_APIListCCW;
extern tLCD_APIList LCD_APIListCW;
extern tLCD_APIList LCD_APIList180;

#define GUI_ROTATION   tLCD_APIList
#define GUI_ROTATE_CCW &LCD_APIListCCW
#define GUI_ROTATE_CW  &LCD_APIListCW
#define GUI_ROTATE_180 &LCD_APIList180
#define GUI_ROTATE_0   0
#endif


/*      *************************************************************
        *                                                           *
        *      LCD  publics not used by GUI                         *
        *                                                           *
        *************************************************************
  

The following functions can, but do not have to be defined in the LCD driver
as they are not used by the GUI level.

*/



#define LCD_On          LCD_L0_On
#define LCD_Off         LCD_L0_Off
#define LCD_ReInit      LCD_L0_ReInit
#define LCD_SetLUTEntry LCD_L0_SetLUTEntry


#define LCD_CC_UNLOCK (0)    /* Default mode: Cache is transparent */
#define LCD_CC_LOCK   (1)    /* Cache is locked, no write operations */
#define LCD_CC_FLUSH  (2)    /* Flush cache, do not change mode */
U8 LCD_L0_ControlCache(U8 mode);
U8 LCD_L0_1_ControlCache(U8 mode);
U8 LCD_L0_2_ControlCache(U8 mode);
U8 LCD_L0_3_ControlCache(U8 mode);
U8 LCD_L0_4_ControlCache(U8 mode);
U8 LCD_L0_5_ControlCache(U8 mode);
void LCD_L0_Refresh(void);
void LCD_L0_1_Refresh(void);
void LCD_L0_2_Refresh(void);
void LCD_L0_3_Refresh(void);
void LCD_L0_4_Refresh(void);
void LCD_L0_5_Refresh(void);
/* Check if controller is still properly initialized */
int  LCD_L0_CheckInit(void);        /* returns if init is still O.K.
                                      by reading all available registers of
                                      Display controller.
                                      0: Init O.K.
                                    */

#define LCD_ControlCache LCD_L0_ControlCache

/*
        ******************************************
        *                                        *
        *        Support for paging              *
        *                                        *
        ******************************************
*/

int LCD_SelPage  (int NewPage);    /* returns formerly sel. page */
int LCD_ShowPage (int NewPage);    /* sets / returns visible page */
int LCD_GetSelPage (void);         /* returns selected page */
int LCD_GetVisPage (void);         /* returns visible page */


/*      *************************************************************
        *                                                           *
        *      LCD  imports                                         *
        *                  (for routines in LCDColor)               *
        *                                                           *
        *************************************************************
*/
  

int              LCD_Color2Index     (LCD_COLOR Color);
LCD_COLOR        LCD_Index2Color     (int Index);
LCD_COLOR        LCD_Index2ColorEx   (int i, unsigned int LayerIndex);

/*********************************************************************
*
*       LCD_X_...
*
**********************************************************************
*/

void LCD_X_Init(void);
void LCD_X_On  (void);
void LCD_X_Off (void);

char LCD_X_Read00(void);
char LCD_X_Read01(void);
void LCD_X_Write00(char c);
void LCD_X_Write01(char c);
void LCD_X_WriteM01(char * pData, int NumBytes);

#if defined(__cplusplus)
  }
#endif

#endif /* LCD_H */

/*************************** End of file ****************************/

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线看日韩精品电影| 久久精品国产澳门| 91年精品国产| 亚洲少妇最新在线视频| 国产自产v一区二区三区c| 日韩欧美国产一区二区三区| 久久99精品一区二区三区| 精品国产污网站| 国产一区二区不卡| 国产精品白丝在线| 91视视频在线观看入口直接观看www| 亚洲色图视频免费播放| 在线观看免费一区| 成人h精品动漫一区二区三区| 久久久国产精品麻豆| 豆国产96在线|亚洲| 亚洲三级电影网站| 欧美一区二区三区在线观看视频| 久久福利资源站| 国产欧美日韩在线看| 成人黄色综合网站| 日韩精品一级中文字幕精品视频免费观看| 欧美一区二区日韩一区二区| 激情综合亚洲精品| 亚洲日本韩国一区| 91精品国产综合久久国产大片 | 欧美一区三区四区| 精品一区二区三区在线播放 | 亚洲国产成人私人影院tom| 91香蕉视频mp4| 久久超碰97中文字幕| 亚洲欧美在线另类| 欧美电影免费观看完整版| av在线一区二区三区| 青青草91视频| 亚洲女同女同女同女同女同69| 日韩一区二区精品葵司在线| 99久久精品一区二区| 久久机这里只有精品| 一区二区三区欧美亚洲| 精品国产麻豆免费人成网站| 欧美综合天天夜夜久久| 国产成人在线影院| 午夜婷婷国产麻豆精品| 国产精品久久久久永久免费观看 | 亚洲天堂免费在线观看视频| 日韩欧美国产综合在线一区二区三区| 99精品热视频| 精品在线观看视频| 日韩av二区在线播放| 亚洲靠逼com| 国产精品美女www爽爽爽| 日韩欧美在线1卡| 欧美在线小视频| 91女人视频在线观看| 国产不卡在线播放| 九九视频精品免费| 天涯成人国产亚洲精品一区av| 日本一区二区久久| 久久久久国色av免费看影院| 91精品欧美综合在线观看最新| 色婷婷综合久久久久中文一区二区| 国产精一区二区三区| 久久精品99国产精品| 午夜欧美2019年伦理| 亚洲欧美日韩国产成人精品影院| 久久精品在这里| 国产亚洲综合色| 久久久久久99久久久精品网站| 日韩午夜精品电影| 日韩视频一区二区三区 | 精品久久久久一区| 欧美一级片免费看| 日韩一级免费观看| 日韩一区二区在线免费观看| 6080日韩午夜伦伦午夜伦| 欧美日韩国产经典色站一区二区三区| 在线看不卡av| 欧美人妇做爰xxxⅹ性高电影| 欧美日本在线观看| 欧美乱妇一区二区三区不卡视频| 欧美性高清videossexo| 欧美日韩一级二级| 欧美一区二区三区免费视频 | 91福利视频在线| 99视频有精品| 91亚洲永久精品| 色狠狠一区二区三区香蕉| 色综合久久精品| 欧美日韩国产bt| 欧美一区二区精品在线| 精品久久国产97色综合| 久久久一区二区三区| 国产亚洲va综合人人澡精品| 26uuu久久天堂性欧美| 久久伊人蜜桃av一区二区| 日本一区二区久久| 亚洲免费观看在线视频| 一区二区三区蜜桃| 蜜臀av一区二区在线免费观看| 国产精一品亚洲二区在线视频| 成人黄色免费短视频| 欧美最猛性xxxxx直播| 欧美一区二区三区四区高清| 久久久久国产一区二区三区四区| 国产精品国产自产拍在线| 亚洲五码中文字幕| 精品一区二区三区在线播放视频| 国产91富婆露脸刺激对白| 色噜噜狠狠色综合中国| 日韩三级视频在线观看| 日本一区二区视频在线观看| 一区二区三区四区亚洲| 奇米888四色在线精品| 91在线免费播放| 五月天激情综合| 夜夜嗨av一区二区三区网页| 麻豆一区二区三| 国产91丝袜在线18| 欧美卡1卡2卡| 国产精品剧情在线亚洲| 男女男精品视频网| 成人深夜福利app| 91精品久久久久久久久99蜜臂| 国产精品卡一卡二| 婷婷夜色潮精品综合在线| 国产乱理伦片在线观看夜一区| 色综合久久66| 国产日产亚洲精品系列| 日韩av电影天堂| 色婷婷亚洲婷婷| 国产午夜亚洲精品羞羞网站| 亚洲观看高清完整版在线观看 | 国产成人在线免费观看| 欧美日韩免费观看一区三区| 欧美国产1区2区| 经典三级视频一区| 制服丝袜中文字幕亚洲| 亚洲欧洲99久久| 国产精品2024| 日韩欧美国产不卡| 在线免费亚洲电影| 久久精品国产99| 激情久久久久久久久久久久久久久久| 成人黄动漫网站免费app| 日韩精品一区二区三区视频播放| 亚洲色图19p| 99vv1com这只有精品| 欧美激情中文字幕| 国产在线播精品第三| 制服丝袜激情欧洲亚洲| 亚洲国产色一区| 色欧美日韩亚洲| 亚洲欧美在线观看| 成人福利电影精品一区二区在线观看| 精品美女在线观看| 蜜臀91精品一区二区三区| 欧美在线影院一区二区| 亚洲精品日产精品乱码不卡| 成人激情黄色小说| 中文字幕在线一区| 国产成人自拍网| 日本一区二区三区视频视频| 国产在线不卡一卡二卡三卡四卡| 日韩美女在线视频| 精品一区二区在线播放| 精品国产乱码久久久久久牛牛| 捆绑变态av一区二区三区| 欧美一级夜夜爽| 精品一区二区三区免费毛片爱| 日韩欧美www| 亚洲大片在线观看| 国产曰批免费观看久久久| 亚洲美女一区二区三区| av在线一区二区| 一区在线中文字幕| 97久久精品人人澡人人爽| 最新国产の精品合集bt伙计| aaa亚洲精品一二三区| 亚洲欧洲制服丝袜| 欧美日韩亚洲综合在线| 美国十次综合导航| 国产午夜久久久久| 99久久精品免费看国产免费软件| 亚洲免费av网站| 欧美一区中文字幕| 国产精品亚洲综合一区在线观看| 国产精品麻豆欧美日韩ww| 色婷婷av一区二区三区软件 | 亚洲一区精品在线| 欧美日韩高清影院| 国产一区二区在线观看免费| 国产日产亚洲精品系列| 一本色道久久综合亚洲精品按摩| 亚洲无线码一区二区三区| 欧美本精品男人aⅴ天堂| 成人综合婷婷国产精品久久蜜臀| ...xxx性欧美| 911国产精品| 粉嫩在线一区二区三区视频|