aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/S6D1121
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-6/+7
| | | | more cross platform
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-232-13/+13
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-1/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-114/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-2/+4
| | | | | | effects with using the macro. Also fix a number of compiler warnings.
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-2/+5
| | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format.
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
| | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
* Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-281-91/+0
| | | | into the boards sub-structure.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-2/+2
| | | | controllers on platforms that put all generated object files into a single directory.
* Fix typos in driversinmarket2013-10-221-1/+1
|
* Comment fixes.inmarket2013-10-212-2/+2
|
* Add support for a driver private area (as well as a board private area)inmarket2013-10-212-3/+6
|
* Convert S6D1121 driver to new formatinmarket2013-10-197-626/+448
|
* fixed license headersJoel Bodenmann2013-07-214-4/+4
|
* cleaned up board file messJoel Bodenmann2013-07-216-236/+215
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+1
| | | | Changed misleading description.
* License header updatesinmarket2013-06-154-4/+4
|
* GOS module, for operating system independanceinmarket2013-05-251-4/+2
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-034-75/+23
|
* Revert "updated license headers"Joel Bodenmann2013-05-024-35/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-024-19/+35
|
* GPIO interface-related fixesAbhishek Kumar2013-03-301-0/+12
| | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored.
* updated copyright - 2013Joel Bodenmann2013-03-064-4/+4
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-043-19/+19
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-571/+571
| | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers.
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-112-2/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-116-0/+858
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-858/+0
|
* small doxygen fixesJoel Bodenmann2013-01-112-3/+3
|
* RestructureAndrew Hannam2012-12-061-2/+4
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* copyright header fixes...Joel Bodenmann2012-11-264-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-261-2/+5
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* S6D1121 doxygenJoel Bodenmann2012-11-231-1/+1
|
* S6D1121 macro fixJoel Bodenmann2012-11-221-4/+7
|
* ported S6D1121 driverJoel Bodenmann2012-11-226-420/+438
|
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
|
* docsJoel Bodenmann2012-11-033-3/+6
|
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
|
* graph grid drawing fixJoel Bodenmann2012-10-241-1/+1
|
* Revert "S6D1121 FSMC timing cleanup"Joel Bodenmann2012-10-231-1/+1
| | | | This reverts commit e46b6b60249632d8a9b9a81f669a46188e74bbca.
* S6D1121 FSMC timing cleanupJoel Bodenmann2012-10-231-1/+1
|
* renamed macrosJoel Bodenmann2012-10-213-5/+5
|
* #error optimizationJoel Bodenmann2012-10-131-3/+0
|
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵Joel Bodenmann2012-10-113-28/+28
| | | | GDISP_SCREEN_HEIGHT
* S6D1121 Orientation-related fixesKumar Abhishek2012-10-061-15/+22
| | | | S6D1121 set cursor and set viewPort functions validated. GPIO interface readback shall be included in the next commit.
* rename of orientationJoel Bodenmann2012-10-052-17/+17
|
* Revert "rename of orientation"Joel Bodenmann2012-10-052-17/+17
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.