From 09bb3d71dd1d6b42bb3d6583758ed15ae22b7323 Mon Sep 17 00:00:00 2001 From: javalang Date: Thu, 15 Nov 2018 18:06:02 +0100 Subject: [PATCH] Update readme.md --- examples/TFTShape/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/TFTShape/readme.md b/examples/TFTShape/readme.md index fe321c4..48c825e 100644 --- a/examples/TFTShape/readme.md +++ b/examples/TFTShape/readme.md @@ -1,2 +1,5 @@ # TFTShape -TFTShape is an extension to draw shape-based objects on screen. The target of this extension is to abstract low level primitives but with full use of the TFT_eSPI core functions (no setPixel operations). Shapes are graphical objects with the most common 2D functionality such as draw, fill, scale and rotate. Shapes consists of polygons which can be defined by the user or they can be generated by various TFTShape builder functions. To give you an overview, here is a short example to see how to use this extension: +TFTShape is an extension to draw shape-based objects on screen. The target of this extension is to abstract low level primitives but with full use of the TFT_eSPI core functions (no setPixel operations). Shapes are graphical objects with the most common 2D functionality such as draw, fill, scale and rotate. Shapes consists of vertices which will be interpteted by the TFTShape class to form points, lines, polygons etc. Vertices can be user defined or they can be generated by various TFTShape builder functions. To give you an overview, here is a short example to see how to use this extension: +##Building an analog clock +### clock-face +