diff --git a/README.md b/README.md index fbef428..c59141d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # SpeeduinoGL -An upcoming 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, square). Further rectangle support is under progress, -as well as support for processing arrays instead of pixels one by one, and boundary checking. +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.