aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added FireBull-STM32F103-FB boardJoel Bodenmann2013-11-108-0/+371
|
* added readme.txtJoel Bodenmann2013-11-101-0/+7
|
* added Embest-STM32-DMSTF4BB base boardJoel Bodenmann2013-11-109-46/+2628
|
* doxygen fixesJoel Bodenmann2013-11-103-8/+8
|
* added exclude paths to Doxygen fileJoel Bodenmann2013-11-101-1/+4
|
* merging GDISPStreamingJoel Bodenmann2013-11-10279-15523/+26608
|\
| * Update changes listinmarket2013-11-101-1/+18
| |
| * Allow full range of values to be returned from the mouse driver when it is ↵inmarket2013-11-101-2/+7
| | | | | | | | in RAW mode
| * Fix some compiler warnings.inmarket2013-11-101-3/+5
| |
| * Add support for a default application orientation.inmarket2013-11-095-11/+17
| | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
| * Add support for a portrait and landscape orientation modes.inmarket2013-11-092-1/+13
| |
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-095-15/+15
| |
| * OpenOCD config file for Mikromedia-STM-M4 board and updates to the makefile.inmarket2013-11-092-1/+83
| |
| * Updated Makefile and new openocd config file for the Olimex SAM7EX256 board.inmarket2013-11-092-3/+80
| | | | | | | | Makefiles modifications required for updated gcc v4.7.2
| * Fix compiler warninginmarket2013-11-061-0/+1
| |
| * New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-0521-108/+442
| | | | | | | | | | 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.
| * Fixes to gdisp vertical scrolling.inmarket2013-11-051-4/+38
| | | | | | | | Also added improved optimisation for drivers without blit but with a fill routine.
| * English grammer correctioninmarket2013-11-051-1/+1
| |
| * Fix to streaming read pixel for Win32 driver in emulation mode.inmarket2013-11-051-5/+5
| |
| * Auto-generate pixel formats using macro's.inmarket2013-11-0520-189/+385
| | | | | | | | | | 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.
| * Linux board defintionsinmarket2013-10-294-0/+170
| |
| * Win32 board definitions.inmarket2013-10-296-0/+1094
| |
| * Better debugging for Win32 driverinmarket2013-10-291-3/+1
| |
| * Updates for the Mikrmedia STM32 M4 boardinmarket2013-10-294-18/+10
| |
| * ILI9341 driver fixesinmarket2013-10-292-29/+5
| |
| * Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
| |
| * Removal of obsolete reference to GDISP_NEED_ASYNCinmarket2013-10-291-3/+2
| |
| * Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-2828-914/+768
| | | | | | | | into the boards sub-structure.
| * uGFX board definition for the Mikromedia STM32 M4 board.inmarket2013-10-2816-0/+5718
| | | | | | | | Includes the required ChibiOS board files and an example Makefile.
| * Add readme's to the board directoriesinmarket2013-10-284-15/+26
| |
| * Create uGFX board directories which include example Makefiles.inmarket2013-10-2823-111/+1501
| | | | | | | | Currently only done for the Olimex-SAM7EX256 board.
| * 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
| | | |