⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd_protected.h

📁 μC_OS最新GUI应用程序源代码
💻 H
📖 第 1 页 / 共 2 页
字号:
unsigned LCD_GetIndexMask_M556    (void);
unsigned LCD_GetIndexMask_M655    (void);
unsigned LCD_GetIndexMask_M666    (void);
unsigned LCD_GetIndexMask_M8565   (void);
unsigned LCD_GetIndexMask_M888    (void);
unsigned LCD_GetIndexMask_M8888   (void);

void LCD_SelectLCD(void);

/*********************************************************************
*
*              Declarations for LCD_L0_
*
**********************************************************************

  Prefixes are as follows:
  LCD_L0_xxx       ... Driver for first  LCD
  LCD_L0_1_xxx     ... Driver for second LCD/layer
  LCD_L0_2_xxx     ... Driver for third  LCD/layer
  LCD_L0_MAG_xxx   ... Driver for first  LCD, magnification level (calling LCD_L0_xxx after magnification)
  LCD_L0_DELTA_xxx ... Driver for first  LCD, delta mode

*/

unsigned int LCD_L0_Color2Index       (LCD_COLOR Color);
unsigned int LCD_L0_1_Color2Index     (LCD_COLOR Color);
unsigned int LCD_L0_2_Color2Index     (LCD_COLOR Color);
unsigned int LCD_L0_3_Color2Index     (LCD_COLOR Color);
unsigned int LCD_L0_4_Color2Index     (LCD_COLOR Color);
unsigned int LCD_L0_5_Color2Index     (LCD_COLOR Color);
void         LCD_L0_DrawHLine         (int x0, int y0,  int x1);
void         LCD_L0_1_DrawHLine       (int x0, int y0,  int x1);
void         LCD_L0_2_DrawHLine       (int x0, int y0,  int x1);
void         LCD_L0_3_DrawHLine       (int x0, int y0,  int x1);
void         LCD_L0_4_DrawHLine       (int x0, int y0,  int x1);
void         LCD_L0_5_DrawHLine       (int x0, int y0,  int x1);
void         LCD_L0_MAG_DrawHLine     (int x0, int y0,  int x1);
void         LCD_L0_DELTA_DrawHLine     (int x0, int y0,  int x1);
void         LCD_L0_DrawVLine         (int x,  int y0,  int y1);
void         LCD_L0_1_DrawVLine       (int x,  int y0,  int y1);
void         LCD_L0_2_DrawVLine       (int x,  int y0,  int y1);
void         LCD_L0_3_DrawVLine       (int x,  int y0,  int y1);
void         LCD_L0_4_DrawVLine       (int x,  int y0,  int y1);
void         LCD_L0_5_DrawVLine       (int x,  int y0,  int y1);
void         LCD_L0_MAG_DrawVLine     (int x,  int y0,  int y1);
void         LCD_L0_DELTA_DrawVLine     (int x,  int y0,  int y1);
void         LCD_L0_FillRect          (int x0, int y0, int x1, int y1);
void         LCD_L0_1_FillRect        (int x0, int y0, int x1, int y1);
void         LCD_L0_2_FillRect        (int x0, int y0, int x1, int y1);
void         LCD_L0_3_FillRect        (int x0, int y0, int x1, int y1);
void         LCD_L0_4_FillRect        (int x0, int y0, int x1, int y1);
void         LCD_L0_5_FillRect        (int x0, int y0, int x1, int y1);
void         LCD_L0_MAG_FillRect      (int x0, int y0, int x1, int y1);
void         LCD_L0_DELTA_FillRect      (int x0, int y0, int x1, int y1);
unsigned int LCD_L0_GetPixelIndex     (int x,  int y);
unsigned int LCD_L0_1_GetPixelIndex   (int x,  int y);
unsigned int LCD_L0_2_GetPixelIndex   (int x,  int y);
unsigned int LCD_L0_3_GetPixelIndex   (int x,  int y);
unsigned int LCD_L0_4_GetPixelIndex   (int x,  int y);
unsigned int LCD_L0_5_GetPixelIndex   (int x,  int y);
unsigned int LCD_L0_MAG_GetPixelIndex (int x,  int y);
unsigned int LCD_L0_DELTA_GetPixelIndex (int x,  int y);
void         LCD_L0_GetRect           (LCD_RECT * pRect);
void         LCD_L0_1_GetRect         (LCD_RECT * pRect);
void         LCD_L0_2_GetRect         (LCD_RECT * pRect);
void         LCD_L0_3_GetRect         (LCD_RECT * pRect);
void         LCD_L0_4_GetRect         (LCD_RECT * pRect);
void         LCD_L0_5_GetRect         (LCD_RECT * pRect);
void         LCD_L0_SetPixelIndex     (int x,  int y, int ColorIndex);
void         LCD_L0_1_SetPixelIndex   (int x,  int y, int ColorIndex);
void         LCD_L0_2_SetPixelIndex   (int x,  int y, int ColorIndex);
void         LCD_L0_3_SetPixelIndex   (int x,  int y, int ColorIndex);
void         LCD_L0_4_SetPixelIndex   (int x,  int y, int ColorIndex);
void         LCD_L0_5_SetPixelIndex   (int x,  int y, int ColorIndex);
void         LCD_L0_MAG_SetPixelIndex (int x,  int y, int ColorIndex);
void         LCD_L0_DELTA_SetPixelIndex (int x,  int y, int ColorIndex);
void         LCD_L0_XorPixel          (int x,  int y);
void         LCD_L0_1_XorPixel        (int x,  int y);
void         LCD_L0_2_XorPixel        (int x,  int y);
void         LCD_L0_3_XorPixel        (int x,  int y);
void         LCD_L0_4_XorPixel        (int x,  int y);
void         LCD_L0_5_XorPixel        (int x,  int y);
void         LCD_L0_MAG_XorPixel      (int x,  int y);
void         LCD_L0_DELTA_XorPixel      (int x,  int y);
int          LCD_L0_Init              (void);
int          LCD_L0_1_Init            (void);
int          LCD_L0_2_Init            (void);
int          LCD_L0_3_Init            (void);
int          LCD_L0_4_Init            (void);
int          LCD_L0_5_Init            (void);
int          LCD_L0_MAG_Init          (void);
int          LCD_L0_DELTA_Init          (void);
void         LCD_L0_On                (void);
void         LCD_L0_1_On              (void);
void         LCD_L0_2_On              (void);
void         LCD_L0_3_On              (void);
void         LCD_L0_4_On              (void);
void         LCD_L0_5_On              (void);
void         LCD_L0_Off               (void);
void         LCD_L0_1_Off             (void);
void         LCD_L0_2_Off             (void);
void         LCD_L0_3_Off             (void);
void         LCD_L0_4_Off             (void);
void         LCD_L0_5_Off             (void);
void         LCD_L0_SetLUTEntry       (U8 Pos, LCD_COLOR color);
void         LCD_L0_1_SetLUTEntry     (U8 Pos, LCD_COLOR color);
void         LCD_L0_2_SetLUTEntry     (U8 Pos, LCD_COLOR color);
void         LCD_L0_3_SetLUTEntry     (U8 Pos, LCD_COLOR color);
void         LCD_L0_4_SetLUTEntry     (U8 Pos, LCD_COLOR color);
void         LCD_L0_5_SetLUTEntry     (U8 Pos, LCD_COLOR color);
void *       LCD_L0_GetDevFunc        (int Index);
void *       LCD_L0_1_GetDevFunc      (int Index);
void *       LCD_L0_2_GetDevFunc      (int Index);
void *       LCD_L0_3_GetDevFunc      (int Index);
void *       LCD_L0_4_GetDevFunc      (int Index);
void *       LCD_L0_5_GetDevFunc      (int Index);
tLCDDEV_Index2Color * LCD_L0_GetpfIndex2Color(void);
tLCDDEV_Index2Color * LCD_L0_1_GetpfIndex2Color(void);
tLCDDEV_Index2Color * LCD_L0_2_GetpfIndex2Color(void);
tLCDDEV_Index2Color * LCD_L0_3_GetpfIndex2Color(void);
tLCDDEV_Index2Color * LCD_L0_4_GetpfIndex2Color(void);
tLCDDEV_Index2Color * LCD_L0_5_GetpfIndex2Color(void);
tLCDDEV_Color2Index * LCD_L0_GetpfColor2Index(void);
tLCDDEV_Color2Index * LCD_L0_1_GetpfColor2Index(void);
tLCDDEV_Color2Index * LCD_L0_2_GetpfColor2Index(void);
tLCDDEV_Color2Index * LCD_L0_3_GetpfColor2Index(void);
tLCDDEV_Color2Index * LCD_L0_4_GetpfColor2Index(void);
tLCDDEV_Color2Index * LCD_L0_5_GetpfColor2Index(void);

LCD_COLOR LCD_L0_Index2Color_PhysPal (int Index);
LCD_COLOR LCD_L0_1_Index2Color_PhysPal (int Index);
LCD_COLOR LCD_L0_2_Index2Color_PhysPal (int Index);
LCD_COLOR LCD_L0_3_Index2Color_PhysPal (int Index);
LCD_COLOR LCD_L0_4_Index2Color_PhysPal (int Index);
LCD_COLOR LCD_L0_5_Index2Color_PhysPal (int Index);

unsigned LCD_L0_Color2Index_PhysPal (LCD_COLOR Color);
unsigned LCD_L0_1_Color2Index_PhysPal (LCD_COLOR Color);
unsigned LCD_L0_2_Color2Index_PhysPal (LCD_COLOR Color);
unsigned LCD_L0_3_Color2Index_PhysPal (LCD_COLOR Color);
unsigned LCD_L0_4_Color2Index_PhysPal (LCD_COLOR Color);
unsigned LCD_L0_5_Color2Index_PhysPal (LCD_COLOR Color);

void LCD_L0_ReInit       (void); /* Reinitialize LCD using config-paramters */
void LCD_L0_1_ReInit     (void);
void LCD_L0_2_ReInit     (void);
void LCD_L0_3_ReInit     (void);
void LCD_L0_4_ReInit     (void);
void LCD_L0_5_ReInit     (void);
void LCD_L0_Refresh      (void); /* Refresh entire LCD */
                                 /* Refresh LCD partially. Could be one line, depends on what
                                    the LCD controller can handle efficiently */
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);
void LCD_L0_SetOrg       (int x, int y);
void LCD_L0_1_SetOrg     (int x, int y);
void LCD_L0_2_SetOrg     (int x, int y);
void LCD_L0_3_SetOrg     (int x, int y);
void LCD_L0_4_SetOrg     (int x, int y);
void LCD_L0_5_SetOrg     (int x, int y);


#endif /* LCD_INTERN_H */



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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -