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