aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-108-10/+10
|
* Minor fixupsinmarket2018-11-102-3/+3
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-038-16/+16
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0345-263/+263
|
* FIx big endian buginmarket2018-10-213-3/+3
|
* Update license headerTibo Clausen2018-10-019-9/+9
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-086-6/+6
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-0810-12/+12
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-0823-32/+32
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-085-12/+12
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-088-9/+9
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gFont to replace V2.x font_tinmarket2018-07-0824-30/+30
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-085-6/+6
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-0811-39/+39
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-0813-32/+32
|
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-0828-66/+66
|
* Change point and point_t to gPointinmarket2018-07-082-4/+4
|
* Added new type definitions - moving towards V3.0inmarket2018-06-2367-470/+470
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1055-247/+247
|
* First set of V3 macro changesinmarket2018-02-2767-1121/+1120
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-1/+1
|
* Updating /demos/modules/gwin/graph configuration fileJoel Bodenmann2017-09-261-0/+5
|
* using GFX_PI instead of M_PI in graph demoJoel Bodenmann2017-09-261-7/+7
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-304-6/+24
| | | | more cross platform
* Add a demo for GFILEinmarket2017-06-243-0/+73
|
* Update font demo to show Anti-aliased drawinginmarket2017-01-182-12/+27
|
* Adding gdispGDrawThickArc() demoJoel Bodenmann2016-12-113-0/+113
|
* Adding screenshot of the expected result to ↵Joel Bodenmann2016-11-111-0/+0
| | | | /demos/modules/gdisp/images_palettes.
* Adding demo to demonstrate image color palette modificationJoel Bodenmann2016-11-117-0/+222
|
* Fixing misleading/wrong configuration of virtual keyboard demoJoel Bodenmann2016-08-031-1/+1
|
* Fixing makefiles of games that were moved to a dedicated locationJoel Bodenmann2016-07-283-3/+3
|
* Move demo games into demo/games directoryAndrew Hannam2016-07-28164-0/+0
|
* Adding applications/justget10 demoJoel Bodenmann2016-07-2791-0/+26616
|
* Adding applications/minesweeper demoJoel Bodenmann2016-07-2751-0/+14818
|
* Updating logo(s) in applications/combo demoJoel Bodenmann2016-06-265-616/+953
|
* Adding demo using textedit with virtual keyboard widgetJoel Bodenmann2016-02-283-0/+177
|
* Merge branch 'translation'Joel Bodenmann2016-02-274-0/+900
|\
| * Improving GTRANS basic demoJoel Bodenmann2016-02-093-50/+802
| |
| * Adding documentation to GTRANSJoel Bodenmann2016-02-081-1/+1
| |
| * Preliminary version of GTRANSJoel Bodenmann2016-02-072-2/+39
| |
| * GTRANS module skeletonJoel Bodenmann2016-02-073-0/+111
| |
* | Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-271-5/+6
| |
* | Add necessary setting to graph demoinmarket2016-02-131-0/+1
|/
* Adding comments to graph demoJoel Bodenmann2016-01-081-60/+67
|
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-1/+1
|
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-2/+2
|
* Make no hardware keyboard the default for the textedit demoinmarket2015-11-271-2/+2
|
* Fix frame demo so that malloc is emulated as rand() needs it on some platformsinmarket2015-11-272-1/+4
|
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-076-18/+18
| | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2.