aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-07 04:16:18 -0700
committerTectu <joel@unormal.org>2012-08-07 04:16:18 -0700
commitfc2a9900d1cf3c02c6e11accfcd8bd378e57a812 (patch)
tree0292167aac90e9af44f2d917d2cd8458c1a62635
parentf21d4c9c9a7c044c08e89acfa77a1ce4a2a68771 (diff)
parent6ed32ae8ab081cee908bc42287d32953956fd8a1 (diff)
downloaduGFX-fc2a9900d1cf3c02c6e11accfcd8bd378e57a812.tar.gz
uGFX-fc2a9900d1cf3c02c6e11accfcd8bd378e57a812.tar.bz2
uGFX-fc2a9900d1cf3c02c6e11accfcd8bd378e57a812.zip
Merge pull request #34 from trsaunders/upstream
fix spelling
-rw-r--r--halext/src/gdisp-readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/halext/src/gdisp-readme.txt b/halext/src/gdisp-readme.txt
index 12b00e2c..28b86077 100644
--- a/halext/src/gdisp-readme.txt
+++ b/halext/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.