aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-14/+14
|
* Update license headerTibo Clausen2018-10-014-4/+4
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-12/+12
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-8/+8
| | | | replace powerXXX
* Change coord_t to gCoordinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-232-9/+9
|
* First set of V3 macro changesinmarket2018-02-273-5/+5
|
* Make all include paths in ugfx relative.inmarket2015-11-211-3/+3
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-232-9/+9
|
* Adding 'flipHorizontally' and 'flipVertically^optiony to SSD1963Joel Bodenmann2015-06-213-10/+23
|
* Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driverinmarket2015-02-281-27/+17
|
* Some changes to the SSD1963 driver to cater for new boardsinmarket2015-02-231-17/+39
|
* 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).
* Spacing, comments and spelling mistakesinmarket2014-11-151-0/+7
|
* SSD1963 driver updates originally by stevedinmarket2014-11-151-90/+103
|
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
|
* Updating SSD1963 driverJoel Bodenmann2014-08-083-34/+124
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-284-112/+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-3/+3
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-1/+1
| | | | | | 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-1/+1
| | | | | 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-282-207/+0
| | | | into the boards sub-structure.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-1/+1
| | | | controllers on platforms that put all generated object files into a single directory.
* Fix typos in driversinmarket2013-10-221-1/+1
|
* Convert SSD1963 driver to new format.inmarket2013-10-2111-942/+583
| | | | Intergrate the old panel include file into the board file.
* added SSD1963 example filesJoel Bodenmann2013-08-032-0/+368
|
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* cleaned up board file messJoel Bodenmann2013-07-215-394/+116
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-10/+10
| | | | Changed misleading description.
* License header updatesinmarket2013-06-156-6/+6
|
* GOS module, for operating system independanceinmarket2013-05-252-17/+15
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-036-110/+32
|
* Revert "updated license headers"Joel Bodenmann2013-05-026-53/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-026-19/+53
|
* some doxygen fixesJoel Bodenmann2013-04-082-2/+2
|
* SSD1963 - Removed unused function that what using an inline macro.mobyfab2013-04-041-5/+0
|
* SSD1963 Driver - Removed old config filesmobyfab2013-04-042-268/+0
|
* Fixed SSD1963 Driver to work with latest GDISP.mobyfab2013-04-046-337/+768
|
* SSD1963 rework by user: fredJoel Bodenmann2013-03-144-224/+294
|
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-18/+18
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-613/+613
| | | | | | 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.
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-116-0/+895
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-895/+0
|
* RestructureAndrew Hannam2012-12-061-2/+9
| | | | | | | | | | | | | 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.
* Ginput and structure changesAndrew Hannam2012-11-261-1/+1
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-072-2/+2
|
* docsJoel Bodenmann2012-11-033-11/+4
|
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
|