aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-13 13:58:16 -0700
committerTectu <joel@unormal.org>2012-08-13 13:58:16 -0700
commit18f996b87534f1216b6b0d6d60bf963db6d1b196 (patch)
tree60132a20715596b6886e22b66385c0fcae6cc8d9
parent436fa7d740d3235f4660c48679cea924b3ba73a3 (diff)
parentee99456a9eeeacce0ea574b980e34ad72620fccb (diff)
downloaduGFX-18f996b87534f1216b6b0d6d60bf963db6d1b196.tar.gz
uGFX-18f996b87534f1216b6b0d6d60bf963db6d1b196.tar.bz2
uGFX-18f996b87534f1216b6b0d6d60bf963db6d1b196.zip
Merge pull request #42 from trsaunders/master
fix spelling
-rw-r--r--src/gdisp-readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gdisp-readme.txt b/src/gdisp-readme.txt
index 12b00e2c..28b86077 100644
--- a/src/gdisp-readme.txt
+++ b/src/gdisp-readme.txt
@@ -1,10 +1,10 @@
-The new GDISP driver is an architecture independant rewrite of the GLCD interface.
-This new architecture independance should allow many new low level drivers to be easily added.
+The new GDISP driver is an architecture independent rewrite of the GLCD interface.
+This new architecture independence should allow many new low level drivers to be easily added.
GDISP allows low-level driver hardware accelerated drawing routines while providing a software emulation
if the low level driver can not provide it. A basic low level driver now only requires 2 routines to be written.
-A glcd.h compatability file has been included that allow applications written to use the existing GLCD driver to
+A glcd.h compatibility file has been included that allow applications written to use the existing GLCD driver to
use the GDISP driver with little or no change.
It is written in the ChibiOS style with ChibiOS style includes and documentation.