From 6cec17380b490c635c887adeeec0a9b99801637a Mon Sep 17 00:00:00 2001 From: PropGit Date: Mon, 19 Apr 2021 10:11:30 -0700 Subject: [PATCH] Updated MagIO2's readme with pull request's comments --- .../p2/All/GraphicsDisplayDriverArch/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libraries/community/p2/All/GraphicsDisplayDriverArch/README.md b/libraries/community/p2/All/GraphicsDisplayDriverArch/README.md index 8c6f397e..03cc0db3 100644 --- a/libraries/community/p2/All/GraphicsDisplayDriverArch/README.md +++ b/libraries/community/p2/All/GraphicsDisplayDriverArch/README.md @@ -1,4 +1,4 @@ -# Graphics Display Driver Arch +# Graphics Display Driver Architecture By: MagIO2 @@ -11,6 +11,14 @@ Category: display Description: Graphic Display Drivers +Currently it covers some functionality I'd call a 0.5 version ;o) But it is already usable for projects. +Key features: + + * a device independent graphics lib with pixel, line, circle, box and text drawing + * flexible code for different fonts at the same time, if needed (5 included so far) + * hardware drivers are nearly plug and play (so far 3 included) + * exchanging the display means no code change needed (except the resolution also changes) + For discussions: https://forums.parallax.com/discussion/173278/display-driver-architecture#latest