aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-2836-886/+886
| | | | | | | | controllers on platforms that put all generated object files into a single directory.
| * New ILI9341 driver - not working fully yet (some display issues)inmarket2013-10-286-0/+782
| |
| * No doxygen comments in any C file now. They are all in the h filesinmarket2013-10-281-1/+1
| |
| * Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-2831-314/+115
| | | | | | | | the new streaming and multiple display demos
| * Remove 3rd party boing demo as it is replaced by the new hardware ↵inmarket2013-10-282-150/+0
| | | | | | | | independant GDISP streaming demo.
| * Merge changes from release v1.9 in preperation for v2.0Joel Bodenmann2013-10-282-2/+2
| |
| * uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2816-76/+76
| |
| * updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+441
| |
| * 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-2/+2
| | | | | | | | 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-282-8/+11
| |
| * Test fix for ILI9320 driver.Joel Bodenmann2013-10-272-4/+9
| |
| * fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
| |
| * Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreamingJoel Bodenmann2013-10-261-1/+1
| |\
| | * Compile Fix for Nokia6610GE12Joel Bodenmann2013-10-261-1/+1
| | |
| * | whitespacesJoel Bodenmann2013-10-262-28/+28
| |/
| * Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into ↵inmarket2013-10-261-0/+4
| |\ | | | | | | | | | GDISPStreaming
| | * Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreamingJoel Bodenmann2013-10-264-18/+32
| | |\
| | * | Nokia6610GE8 compiler warningJoel Bodenmann2013-10-261-0/+4
| | | |
| * | | Compile fix for GE12inmarket2013-10-261-1/+1
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/GDISPStreaming' into GDISPStreaminginmarket2013-10-252-26/+40
| |\|
| | * fixed RA8875 board file for marlinJoel Bodenmann2013-10-241-25/+39
| | |
| | * fixed board file name (all the others are upper case as well)Joel Bodenmann2013-10-241-1/+1
| | |
| * | Fix SSD1306 driver and board files to allow for seamless transfer of the ↵inmarket2013-10-254-18/+32
| |/ | | | | | | command byte with the page line data without copying the data on to the stack.
| * Add multiple display support to GWIN.inmarket2013-10-2423-209/+237
| | | | | | | | You can now create windows on multiple displays.
| * Add multiple display support to image decoding.inmarket2013-10-245-72/+75
| |
| * Store the display locally within the mouse structure.inmarket2013-10-242-32/+49
| | | | | | | | Add ginputGetMouseDisplay()
| * New: ginputSetMouseDisplay() to allow the mouse to work with a non-default ↵inmarket2013-10-242-38/+64
| | | | | | | | | | | | | | display. Fix: Mouse orientation fixed to match the now corrected GDISP orientation. Comment updates
| * Bug fix to GDISP APIinmarket2013-10-241-1/+1
| |
| * GDISP Win32 driver bug fixinmarket2013-10-241-10/+20
| |
| * Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
| |
| * Fix invalid return value in gwin/lists.cinmarket2013-10-241-1/+1
| |
| * Slight improvement to the precision of the GMISC invsqrt() function.inmarket2013-10-241-1/+1
| |
| * GMISC invsqrt() function.inmarket2013-10-245-30/+98
| | | | | | | | | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
| * Created a crude auto-scaling logo (for startup)inmarket2013-10-241-1/+35
| |
| * Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.inmarket2013-10-244-4/+59
| |
| * Updates to SSD1306 driver to raise thread priority during flushing.inmarket2013-10-243-4/+26
| |
| * Fixes to GDISP for streaming drivers.inmarket2013-10-242-4/+6
| | | | | | | | Turn optimisation back on for SSD1289 driver
| * Add functions to the Win32 GDISP driver to enable full testing of the ↵inmarket2013-10-242-32/+250
| | | | | | | | streaming driver interface.
| * 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-241-2/+2
| |
| * Added gwinListSetScrollJoel Bodenmann2013-10-243-5/+49
| |
| * Added gwinListGetSelectedText()Joel Bodenmann2013-10-232-0/+25
| |
| * Convert ED060SC4 to new driver formatinmarket2013-10-238-417/+551
| |
| * Remove superflous definesinmarket2013-10-232-6/+0
| |
| * Convert ST7565 driver to new driver format.inmarket2013-10-225-314/+328
| |
| * Bug fixes to SSD1306. Orientation in all directions is also now supported.inmarket2013-10-221-20/+59
| |
| * Convert SSD2119 to new driver formatinmarket2013-10-227-785/+491
| |