aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289
Commit message (Collapse)AuthorAgeFilesLines
* Added a post_init_board() routine to SSD1289 to allow bus timings to be ↵inmarket2013-10-174-0/+21
| | | | changed after controller initialisation is complete.
* SSD1289 driver updated for multiple display supportinmarket2013-10-179-650/+584
|
* Updates to ported drivers to support new optimisation method.inmarket2013-10-022-9/+29
| | | | Includes Bug fixes.
* Driver ILI9481 ported to streaming driverinmarket2013-09-301-0/+3
|
* Tidy up some code so it looks more standard accross driversinmarket2013-09-301-53/+46
|
* Allow initial driver settings to be overridden by the board fileinmarket2013-09-301-5/+7
|
* SSD1289 tidy upinmarket2013-09-301-14/+3
|
* More orientation fixes for SSD1289.inmarket2013-09-301-10/+6
| | | | Orientation is now supported purely in RAM addressing direction which means the orientation of the display can be changed without affecting existing information on the display. Drawing then occurs in the new orientation.
* More SSD1289 orientation fixes and tidy-upinmarket2013-09-301-58/+36
|
* SSD1289 fixesJoel Bodenmann2013-09-291-8/+8
|
* SSD1289 streaming driver (untested)inmarket2013-09-305-386/+198
| | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
* SSD1289 Area fill fixJoel Bodenmann2013-09-281-1/+1
|
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* doxygen updatesJoel Bodenmann2013-07-211-1/+1
|
* cleaned up board file messJoel Bodenmann2013-07-214-288/+101
|
* Various readme updateMateusz Tomaszkiewicz2013-06-181-3/+3
| | | | For GDISP drivers SSD2119 & SSD1289.
* License header updatesinmarket2013-06-156-6/+6
|
* SSD1289 update by user EddieJoel Bodenmann2013-06-043-568/+820
|
* GOS module, for operating system independanceinmarket2013-05-252-11/+9
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-035-94/+29
|
* Revert "updated license headers"Joel Bodenmann2013-05-025-44/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-025-19/+44
|
* SSD1289 SSD2119: fixed warning messagesMateusz Tomaszkiewicz2013-03-201-4/+4
| | | | | | Few type castings in order to suppress warnings (-Wsign-compare): "comparison between signed and unsigned integer expressions" "signed and unsigned type in conditional expression"
* updated copyright - 2013Joel Bodenmann2013-03-065-5/+5
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-044-26/+26
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-583/+583
| | | | | | 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-111-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-117-0/+1106
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-117-1106/+0
|
* Fixes for the SSD1289 driverAndrew Hannam2012-12-201-14/+17
| | | | | | | Put aquire_bus() and release_bus() in the right place in the control routine. Simplify reset_viewport(). A couple of other simple tidyups.
* - clear function: moved call to reset_viewport after aquire_bus, so LCD ↵etmatrix2012-12-171-11/+13
| | | | | | receive the new viewport - control function: added call to acquire_bus and release_bus
* SSD1289 calibration clear fixJoel Bodenmann2012-12-172-1/+1
|
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-0/+1
|
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-1/+14
|
* RestructureAndrew Hannam2012-12-061-2/+2
| | | | | | | | | | | | | 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-265-5/+5
|
* 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
* SSD1289 firebull docJoel Bodenmann2012-11-221-4/+4
|
* SSD1289 - firebull updateJoel Bodenmann2012-11-221-19/+19
|
* SSD1289 fixJoel Bodenmann2012-11-211-2/+2
|
* SSD1289 fixJoel Bodenmann2012-11-202-5/+6
|
* typo fix: aquire_bus -> acquire_busJoel Bodenmann2012-11-204-11/+11
|
* replaced get_bus by aquire_busJoel Bodenmann2012-11-194-11/+11
|
* more SSD1289 and touchscreen workaroundJoel Bodenmann2012-11-171-2/+1
|
* SSD1289 fixJoel Bodenmann2012-11-171-2/+10
|
* SSD1289 fixJoel Bodenmann2012-11-172-2/+2
|
* gdisp Nokia and SSD1289 updatesAndrew Hannam2012-11-176-479/+669
| | | | | | | Convert SSD1289 to use board files. Update Nokia driver to use short names in the board files. Full expanded names are not needed as they are all static inline routines.
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
|
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
|
* SSD1289 setViewPort bugfixJoel Bodenmann2012-10-231-3/+3
|