aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tidy up some code so it looks more standard accross driversinmarket2013-09-302-60/+53
| |
| * ILI9320 driver ported to streaming interface.inmarket2013-09-305-520/+301
| |
| * HX8347D driver ported to new streaming structure (untested)inmarket2013-09-305-467/+192
| |
| * Allow initial driver settings to be overridden by the board fileinmarket2013-09-302-6/+8
| |
| * 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.
| * Scolling fix in X driver and removal of compiler warning.inmarket2013-09-301-3/+1
| |
| * More SSD1289 orientation fixes and tidy-upinmarket2013-09-301-58/+36
| |
| * SSD1289 fixesJoel Bodenmann2013-09-291-8/+8
| |
| * GDISP X driver fixesJoel Bodenmann2013-09-291-4/+3
| |
| * SSD1289 streaming driver (untested)inmarket2013-09-3012-616/+429
| | | | | | | | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
| * updated notepad demo textJoel Bodenmann2013-09-281-1/+1
| |
| * SSD1289 Area fill fixJoel Bodenmann2013-09-282-1/+2
| |
| * docsinmarket2013-09-271-1/+3
| |
| * docsJoel Bodenmann2013-09-271-0/+1
| |
| * Nokia6610 GE8 driver: Orientation support and fixes for some controller nastiesinmarket2013-09-272-174/+181
| |
| * GDISP Streaming bug fixes and new optimisation methodinmarket2013-09-271-11/+70
| |
| * Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
| |
| * Fix compiler warning in image codeinmarket2013-09-271-0/+2
| |
| * Useless leftover from ASYNC support is now removedinmarket2013-09-251-181/+0
| |
| * Nokia6610 streaming driver orientation is NOT supported yetinmarket2013-09-251-1/+1
| |
| * Add driver for ED060SC4 e-ink display panelPetteri Aimonen2013-09-258-0/+946
| |
| * Nokia6610 streaming driver. Orientation not supported yet in this new driver ↵inmarket2013-09-254-171/+222
| | | | | | | | version.
| * Rename a macro and fix some bugsinmarket2013-09-253-46/+36
| |
| * Update to streaming demo program to only update the needed area (results in ↵inmarket2013-09-252-22/+41
| | | | | | | | | | | | much faster display on slow devices) Also now demonstrates streaming to a non-full screen area.
| * New streaming demoinmarket2013-09-242-0/+148
| |
| * New inverse square root accelerated math functioninmarket2013-09-241-0/+18
| |
| * GDISP streaming bug fixesinmarket2013-09-248-161/+208
| | | | | | | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
| * Fix bug where freed memory is written to.inmarket2013-09-191-3/+4
| |
| * Scrolling emulation when not supported by hardwareinmarket2013-09-187-825/+1065
| | | | | | | | | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates
| * Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
| |
| * Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
| |
| * Fix some compiler warningsinmarket2013-09-181-1/+2
| |
| * Merge remote-tracking branch 'origin/master' into GDISPStreaminginmarket2013-09-189-0/+1073
| |\
| * | GDISP revamp - stage 1inmarket2013-09-067-1664/+2094
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* | | release v1.9Joel Bodenmann2013-10-282-2/+6
| | |
* | | no doxygen for drivers...Joel Bodenmann2013-10-281-3/+1
| | |
* | | uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2816-76/+76
| | |
* | | drivers are not supposed to be included in the doxygen docsJoel Bodenmann2013-10-281-1/+1
| | |
* | | updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+440
| | |
* | | Bugfix... how could we miss this?Joel Bodenmann2013-10-281-0/+2
| | |
* | | GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former ↵Joel Bodenmann2013-10-281-4/+4
| | | | | | | | | | | | requires to enable at least one font which may not be needed (it sucks if compiling the basic examples) and the latter is barely needed anyway
* | | moved include headers to correct locationJoel Bodenmann2013-10-272-8/+11
| | |
* | | fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
| | |
* | | Fix invalid return value in gwin/lists.cinmarket2013-10-241-1/+1
| | |
* | | Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
| | |
* | | fixed label bugsJoel Bodenmann2013-10-241-2/+3
| | |
* | | Added gwinLabelSetBorder()Joel Bodenmann2013-10-243-7/+43
| | |
* | | fixed small bugJoel Bodenmann2013-10-241-1/+1
| | |
* | | docsJoel Bodenmann2013-10-231-2/+2
| | |