Skip to content

Commit bf58521

Browse files
authored
Merge pull request #227 from PropGit/master
Updated MagIO2's readme with pull request's comments
2 parents e5eb5be + 6cec173 commit bf58521

File tree

1 file changed

+9
-1
lines changed
  • libraries/community/p2/All/GraphicsDisplayDriverArch

1 file changed

+9
-1
lines changed

libraries/community/p2/All/GraphicsDisplayDriverArch/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Graphics Display Driver Arch
1+
# Graphics Display Driver Architecture
22

33
By: MagIO2
44

@@ -11,6 +11,14 @@ Category: display
1111
Description:
1212
Graphic Display Drivers
1313

14+
Currently it covers some functionality I'd call a 0.5 version ;o) But it is already usable for projects.
15+
Key features:
16+
17+
* a device independent graphics lib with pixel, line, circle, box and text drawing
18+
* flexible code for different fonts at the same time, if needed (5 included so far)
19+
* hardware drivers are nearly plug and play (so far 3 included)
20+
* exchanging the display means no code change needed (except the resolution also changes)
21+
1422
For discussions:
1523
https://forums.parallax.com/discussion/173278/display-driver-architecture#latest
1624

0 commit comments

Comments
 (0)