aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-0/+1
|
* Removed TDISP moduleJoel Bodenmann2013-12-111-6/+1
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-011-0/+1
|
* Reliability fixes for uGFXnet running on LWIP.inmarket2013-11-171-0/+1
| | | | Note LWIP requires a stack larger than the default of 512.
* Minor updates to LWIP support for uGFXnet.inmarket2013-11-171-0/+1
| | | | Application supplied Start_LWIP() routine is now optional.
* Update gfxconf.example.h with new values for the GDISP uGFXnet driver.inmarket2013-11-161-4/+7
|
* merging GDISPStreamingJoel Bodenmann2013-11-101-15/+45
|\
| * Add support for a default application orientation.inmarket2013-11-091-0/+1
| | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-091-2/+2
| |
| * Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-1/+1
| | | | | | | | the new streaming and multiple display demos
| * uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-1/+1
| |
| * GMISC invsqrt() function.inmarket2013-10-241-1/+2
| | | | | | | | | | | | | | 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.
| * Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.inmarket2013-10-241-0/+1
| |
| * Fix missing case in gdispStreamStop().inmarket2013-10-211-0/+1
| | | | | | | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
| * increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
| |
| * Change gfxconf.h to match updated multi-controller supportinmarket2013-10-171-1/+3
| |
| * added label define to gfxconf.hJoel Bodenmann2013-10-171-0/+1
| |
| * Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-0/+23
| | | | | | | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed.
| * Updates from main-line codeJoel Bodenmann2013-10-061-0/+1
| |
| * GDISP streaming bug fixesinmarket2013-09-241-16/+15
| | | | | | | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* | uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-1/+1
| |
* | increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
| |
* | added label define to gfxconf.hJoel Bodenmann2013-10-161-0/+1
| |
* | gfxconf cleanupJoel Bodenmann2013-10-051-5/+0
| |
* | added thread priorities to gfxconf.hJoel Bodenmann2013-10-051-0/+2
|/
* added list widget to gfxconfJoel Bodenmann2013-08-241-0/+1
|
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-10/+22
| | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative.
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-7/+14
|
* removed POSIX, now having dedicated Linux and MAC OS-X portsJoel Bodenmann2013-07-231-1/+2
|
* Remove GDISP_THREAD_CHIBIOS. This is always used now.inmarket2013-07-211-1/+0
|
* Image animation changesinmarket2013-07-191-0/+3
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-1/+3
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-021-0/+1
|
* More GOS module changesinmarket2013-05-261-0/+8
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-251-0/+7
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-161-0/+1
|
* GIF image handlingAndrew Hannam2013-04-201-0/+1
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+1
|
* New GDISP image handling with demoAndrew Hannam2013-04-031-4/+24
| | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
* GDISP changes including polygon supportAndrew Hannam2013-03-101-13/+14
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-101-14/+13
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-101-13/+14
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-0/+1
| | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released.
* GADC implementation with demo programAndrew Hannam2013-02-181-2/+0
| | | | Also includes driver for AT91SAM7 cpu
* cleanupJoel Bodenmann2013-02-181-109/+105
|
* TDISP merge - NOT TESTED!!!Joel Bodenmann2013-02-181-5/+9
|\
| * TDISP cleanupAndrew Hannam2013-01-191-5/+4
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | VMT removalJoel Bodenmann2013-02-111-2/+1
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+106
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-111-106/+0
|/