aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect spelling of fixed font names in the example gfxconf.hinmarket2014-03-221-3/+3
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-201-1/+1
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-9/+4
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* whitespacesJoel Bodenmann2014-03-041-1/+1
|
* whitespacesJoel Bodenmann2014-03-041-3/+3
|
* Add support for ANSI like escape sequences to control display color and ↵inmarket2014-03-041-0/+1
| | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* Integrate gfile build filesinmarket2014-02-071-1/+24
|
* gfxconf.example.hJoel Bodenmann2014-02-011-0/+1
|
* Updates to console history. This now works well.inmarket2014-01-171-3/+5
|
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-031-1/+1
|
* whitespacesJoel Bodenmann2014-01-031-5/+5
|
* gfxconf.h fixesJoel Bodenmann2014-01-031-22/+24
|
* Refactored gfxconf.example.hJoel Bodenmann2014-01-031-179/+197
|
* 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.