From ea6f978b8cee76b15923908d43f0b569866ab9c2 Mon Sep 17 00:00:00 2001 From: Benjamin <88098139+Bexin3@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:35:30 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.