diff --git a/README.md b/README.md index c59141d..7ee74b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # SpeeduinoGL -A work in progress library with basic graphical functions optimised for arm cortex m7. -Tested on GIGA R1, with rasterization writing to registers between two lines, and basic shapes (triangle, rectangle).Support for processing arrays instead of pixels one by one, and boundary checking are under progress. +A work in progress library with basic graphical functions optimised for arm cortex m7. Tested on GIGA R1, with rasterization writing to registers between two lines, and basic shapes (triangles, circles and quadrilaterals).Support for processing arrays instead of pixels one by one is in progress.