|
void | TFT_HorizontalLine (unsigned int Xaxis, unsigned int Yaxis, unsigned int width, unsigned int color) |
| Draw a horizontal line on the display. More...
|
|
void | TFT_VerticalLine (unsigned int Xaxis, unsigned int Yaxis, unsigned int height, unsigned int color) |
| Draw a vertical line on the display. More...
|
|
void | TFT_Line (unsigned int x1, unsigned int y1, unsigned int x2, unsigned int y2, unsigned int color) |
| This function paints a. More...
|
|
double | TFT_dfloor (double value) |
| Helper funrtion for truncating the double values. More...
|
|
void | TFT_SlantyLine (unsigned int lX1, unsigned int lY1, unsigned int lX2, unsigned int lY2, unsigned int color) |
| Plot a slanty line from x1,y1 to x2,y2 on the display. More...
|
|
void | TFT_FullRectangle (unsigned int Xaxis1, unsigned int Yaxis1, unsigned int Xaxis2, unsigned int Yaxis2, unsigned int color) |
| This function paints a filled rectangle on the screen. More...
|
|
void | TFT_EmptyRectangle (unsigned int Xaxis1, unsigned int Yaxis1, unsigned int Xaxis2, unsigned int Yaxis2, unsigned int color) |
| This function paints an empty rectangle on the screen. The width of the contour is 1 pixel. More...
|
|
void | TFT_RoundRectangle (unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned int radius, unsigned int color) |
| This function draws a rectangle with round corners. More...
|
|
void | TFT_Circle (unsigned int CenterX, unsigned int CenterY, unsigned int Radius, unsigned int color) |
| This function draws a circle centered a x,y with radius R and specific color. More...
|
|
void | TFT_Disk (unsigned int CenterX, unsigned int CenterY, unsigned int Radius, unsigned int color) |
| This function plots a full disk on the display. More...
|
|
void | TFT_DrawCircle (unsigned int CenterX, unsigned int CenterY, unsigned int Radius, unsigned int color) |
| This function draws a circle centered a x,y with radius R and specific color. More...
|
|
void | TFT_Ellipse (long CX, long CY, long XRadius, long YRadius, unsigned int color) |
| This function paints a. More...
|
|
void | Plot4EllipsePoints (long CX, long CY, long X, long Y, unsigned int color) |
| Helper function for plotting an ellipse. More...
|
|
void | TFT_RightTriangle (int topx, int topy, int rightx, int righty, unsigned int color) |
| This function paints a right angled triangle. More...
|
|
GFX library.
- Author
- D.Qendri
- Date
- 30 May 2015
Definition in file GFX.c.