_BSP_User_Manual
|
Functions | |
static void | LCD_DrawPixel (uint16_t Xpos, uint16_t Ypos, uint16_t RGBCode) |
Draws a pixel on LCD. | |
static void | LCD_DrawChar (uint16_t Xpos, uint16_t Ypos, const uint8_t *pChar) |
Draws a character on LCD. | |
static void | LCD_SetDisplayWindow (uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height) |
Sets display window. |
Function Documentation
static void LCD_DrawChar | ( | uint16_t | Xpos, |
uint16_t | Ypos, | ||
const uint8_t * | pChar | ||
) | [static] |
Draws a character on LCD.
Definition at line 860 of file stm3210c_eval_lcd.c.
References LCD_DrawPropTypeDef::BackColor, bitmap, BSP_LCD_DrawBitmap(), OFFSET_BITMAP, LCD_DrawPropTypeDef::pFont, and LCD_DrawPropTypeDef::TextColor.
Referenced by BSP_LCD_DisplayChar().
static void LCD_DrawPixel | ( | uint16_t | Xpos, |
uint16_t | Ypos, | ||
uint16_t | RGBCode | ||
) | [static] |
Draws a pixel on LCD.
Definition at line 845 of file stm3210c_eval_lcd.c.
References lcd_drv.
Referenced by BSP_LCD_DrawCircle(), BSP_LCD_DrawEllipse(), BSP_LCD_DrawHLine(), BSP_LCD_DrawLine(), and BSP_LCD_DrawVLine().
static void LCD_SetDisplayWindow | ( | uint16_t | Xpos, |
uint16_t | Ypos, | ||
uint16_t | Width, | ||
uint16_t | Height | ||
) | [static] |
Sets display window.
Definition at line 931 of file stm3210c_eval_lcd.c.
References lcd_drv.
Referenced by BSP_LCD_DrawBitmap(), and BSP_LCD_DrawRGBImage().
Generated on Thu Dec 11 2014 15:38:29 for _BSP_User_Manual by 1.7.5.1