aboutsummaryrefslogtreecommitdiffstats
path: root/halext/src
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-08-08 10:37:45 -0700
committerAndrew Hannam <andrewh@inmarket.com.au>2012-08-08 10:37:45 -0700
commitf326f5786f7be89667196476bb926f03764c82d1 (patch)
treecea56b0491bf9ad87f96c77d51796d2a4dc51236 /halext/src
parent9f33efcf21c6dc63187d7d77ff94e438a2733777 (diff)
parentd2e660cc1350c16e0276a53ec36574f6be0390cc (diff)
downloaduGFX-f326f5786f7be89667196476bb926f03764c82d1.tar.gz
uGFX-f326f5786f7be89667196476bb926f03764c82d1.tar.bz2
uGFX-f326f5786f7be89667196476bb926f03764c82d1.zip
Merge pull request #1 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'halext/src')
-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.