45 #include "lcd_gimp_image.h" 52 #define DIRECTION_HLINE 0 54 #define DIRECTION_VLINE 1 74 extern void LCDD_SetUpdateWindowSize(
rect rc);
76 extern void LCDD_UpdateWindow(
void);
78 extern void LCDD_UpdatePartialWindow(uint8_t *pbuf, uint32_t
size);
80 extern void LCDD_DrawRectangleWithFill(
88 extern uint32_t LCDD_DrawCircle(
95 extern uint32_t LCD_DrawFilledCircle(
102 extern void LCDD_DrawString(
106 const uint8_t *pString,
109 extern void LCDD_GetStringSize(
110 const uint8_t *pString,
114 extern void LCDD_BitBlt(
120 const LcdColor_t *src,
126 extern void LCDD_BitBltAlphaBlend(uint16_t *pbuf,
131 const LcdColor_t *src,
137 extern void LCDD_DrawImage(
141 const LcdColor_t *pImage,
145 extern void LCDD_DrawPixel(
151 extern void LCDD_DrawLine(
159 extern uint32_t LCDD_DrawLineBresenham(
167 extern void LCDD_DrawRectangle(
175 extern void LCDD_SetCavasBuffer(
177 uint32_t wBufferSize);
179 extern void LCDD_DrawStraightLine(
Definition: lcd_draw.h:56
unsigned g
Definition: tte.h:59
unsigned size
Definition: tte.h:74
Definition: lcd_draw.h:64