86 #if D4D_ROUND_CORNER_ENABLE == D4D_TRUE
void D4D_LCD_RBox(D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_COLOR color, D4D_COOR radius)
D4D_LINETYPE
Type definition of eGUI line type.
Type definition of eGUI touch screen calibration structure.
void D4D_TCH_Calibrate(D4D_COLOR fore, D4D_COLOR bckg)
D4D_COOR D4D_DisplayHeight(void)
void D4D_LCD_Line(D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_LINETYPE line_type, D4D_COLOR color)
void D4D_LCD_Rect(D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_LINETYPE line_type, D4D_COLOR color)
void D4D_LCD_Box(D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_COLOR color)
Byte D4D_TCH_GetCalibrationStatus(void)
void D4D_TCH_GetCalibratedPosition(D4D_COOR *TouchPositionX, D4D_COOR *TouchPositionY)
void D4D_LCD_SetOrientation(D4D_ORIENTATION new_orientation)
void D4D_TCH_DrawCalibrationPoint(D4D_COOR X, D4D_COOR Y, D4D_COLOR Color)
void D4D_LCD_SwapCoor(D4D_COOR *c1, D4D_COOR *c2)
D4D_ORIENTATION
Type definition of eGUI display orientation.
Byte D4D_COOR
Type definition of eGUI coordination variables.
unsigned char Byte
Type definition of Byte (unsigned 8-bit).
D4D_ORIENTATION D4D_LCD_GetOrientation(void)
void D4D_LCD_PutPixel(D4D_COOR x1, D4D_COOR y1, D4D_LINETYPE line_type, D4D_COLOR color)
D4D_TOUCHSCREEN_CALIB D4D_TCH_GetCalibration(void)
Byte D4D_TCH_GetRawPosition(D4D_COOR *TouchPositionX, D4D_COOR *TouchPositionY)
void D4D_TCH_SetCalibration(D4D_TOUCHSCREEN_CALIB newCalib)
D4D_QUADRANT
Type definition of eGUI circle quadrant.
void D4D_LCD_QCircle(D4D_COOR cx, D4D_COOR cy, D4D_COOR radius, D4D_BOOL fill, D4D_LINETYPE line_type, D4D_COLOR color, D4D_QUADRANT quadrant)
D4D_BOOL D4D_LCD_Init(void)
LWord D4D_BOOL
Type definition of eGUI boolean.
void D4D_LCD_Circle(D4D_COOR cx, D4D_COOR cy, D4D_COOR radius, D4D_BOOL fill, D4D_LINETYPE line_type, D4D_COLOR color)
LWord D4D_COLOR
Type definition of eGUI color variables.
void D4D_LCD_RRect(D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_LINETYPE line_type, D4D_COLOR color, D4D_COOR radius)
D4D_COOR D4D_DisplayWidth(void)