diff options
Diffstat (limited to 'halext/src/gdisp-readme.txt')
-rw-r--r-- | halext/src/gdisp-readme.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/halext/src/gdisp-readme.txt b/halext/src/gdisp-readme.txt deleted file mode 100644 index 12b00e2c..00000000 --- a/halext/src/gdisp-readme.txt +++ /dev/null @@ -1,14 +0,0 @@ -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.
-
-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
-use the GDISP driver with little or no change.
-
-It is written in the ChibiOS style with ChibiOS style includes and documentation.
-
-It is encapsulated into a "halext" structure with appropriate readme's that allow for easy inclusion in any
-ChibiOS project. This structure can be seamlessly added to as new driver types are added and it supports
-low level drivers that are neither platform or board specific (although they can be).
|