Commit Graph

329 Commits (8561671cb8c8c81cca6407d47437a7238b111ada)

Author SHA1 Message Date
inmarket 9360b27250 Update font demo to show Anti-aliased drawing 2017-01-18 14:27:25 +10:00
Joel Bodenmann dba9b327ec Adding gdispGDrawThickArc() demo 2016-12-11 17:58:28 +01:00
Joel Bodenmann 31002745de Adding screenshot of the expected result to /demos/modules/gdisp/images_palettes. 2016-11-11 19:56:38 +01:00
Joel Bodenmann 1c5bfeef64 Adding demo to demonstrate image color palette modification 2016-11-11 19:07:55 +01:00
Joel Bodenmann 74cf1509bc Fixing misleading/wrong configuration of virtual keyboard demo 2016-08-03 14:49:23 +02:00
Joel Bodenmann 56793ed685 Fixing makefiles of games that were moved to a dedicated location 2016-07-28 14:46:09 +02:00
Andrew Hannam 12dfd8232f Move demo games into demo/games directory 2016-07-28 16:35:36 +10:00
Joel Bodenmann 85ec38ac1c Adding applications/justget10 demo 2016-07-27 16:34:41 +02:00
Joel Bodenmann 2fe5c112b0 Adding applications/minesweeper demo 2016-07-27 15:37:56 +02:00
Joel Bodenmann 0fd9bf2689 Updating logo(s) in applications/combo demo 2016-06-26 11:24:39 +02:00
Joel Bodenmann fa7157ed6f Adding demo using textedit with virtual keyboard widget 2016-02-28 14:19:39 +01:00
Joel Bodenmann 6d2492aa93 Merge branch 'translation' 2016-02-27 14:35:57 +01:00
inmarket 583b022657 Add PNG image support - Does not support interlaced PNG's 2016-02-27 11:57:23 +10:00
inmarket 410d1e756f Add necessary setting to graph demo 2016-02-13 13:03:15 +10:00
Joel Bodenmann 205d3cf97b Improving GTRANS basic demo 2016-02-09 12:54:10 +01:00
Joel Bodenmann 39c13d1645 Adding documentation to GTRANS 2016-02-08 00:03:30 +01:00
Joel Bodenmann 7b60003461 Preliminary version of GTRANS 2016-02-07 22:59:35 +01:00
Joel Bodenmann 6b07b2af74 GTRANS module skeleton 2016-02-07 21:57:03 +01:00
Joel Bodenmann 6937cc3f0f Adding comments to graph demo 2016-01-08 07:27:26 +01:00
Joel Bodenmann 0211a32e1f Fixing 'progress' color of built-in widget styles 2015-12-19 00:56:53 +01:00
Joel Bodenmann 02e793e5db using GFX_PI internally to avoid issues with M_PI 2015-11-28 23:41:24 +01:00
inmarket 627e780b6c Make no hardware keyboard the default for the textedit demo 2015-11-27 10:17:14 +10:00
inmarket d60706032e Fix frame demo so that malloc is emulated as rand() needs it on some platforms 2015-11-27 10:16:40 +10:00
Joel Bodenmann ea4cadec78 Revert "Adding justification parameter to gwinLabelCreate()"
This reverts commit e8a769c382.
2015-11-07 00:39:08 +01:00
Joel Bodenmann e8a769c382 Adding justification parameter to gwinLabelCreate() 2015-11-06 22:47:42 +01:00
Joel Bodenmann 96789916e3 Removing doom demo (will become part of a dedicated demo-projects-repo) 2015-11-04 07:11:25 +01:00
Joel Bodenmann 1c7948b926 Fixing demos 2015-10-30 11:49:53 +01:00
inmarket 48a9d334b7 Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
inmarket 5c615c3430 Stop overwriting by the bounce ball when switching away from it in the applications/combo demo 2015-10-06 17:27:24 +10:00
inmarket 80299276b7 Merge branch 'master' into TextEdit 2015-10-06 12:10:11 +10:00
inmarket b82bff671e New applications/combo demo 2015-10-06 12:04:40 +10:00
inmarket 03bd91f728 structure tidyup 2015-10-06 12:02:00 +10:00
inmarket 3fea023248 Add some keyboard widget support 2015-08-17 00:18:54 +10:00
inmarket af76c04767 Compile fixes 2015-08-16 22:05:32 +10:00
inmarket 15e7342fd7 Updates to focus. 2015-08-16 21:53:47 +10:00
Joel Bodenmann 22ecd9a95f Adding TextEdit demo 2015-08-14 21:20:34 +02:00
Joel Bodenmann 5f40aa6c58 Revert unnecessary change in the sliders demo config file from previous commit 2015-07-22 21:14:26 +02:00
Joel Bodenmann 940eda4cd4 Adding first version of STM32F7 discovery touch driver 2015-07-22 21:11:28 +02:00
Joel Bodenmann 8449863ad0 Adding readme to bubbles demo 2015-07-12 14:12:38 +02:00
Joel Bodenmann d34dbaf450 Cleaning up config file of bubbles demo 2015-07-12 14:11:21 +02:00
inmarket 324ab8a11a Updated gos/threads and gos/threads_advanced demos. 2015-07-08 15:21:53 +10:00
Joel Bodenmann 380c41b766 Improving Pixmap API 2015-07-03 17:08:28 +02:00
Joel Bodenmann 23a603dd0d Renaming /demos/modules/gdisp/pixmaps to /demos/modules/gdisp/pixmap (dropping the s) 2015-07-03 17:04:09 +02:00
Joel Bodenmann 2c6b82040d Adding Tabset widget demo 2015-06-26 22:53:15 +02:00
Joel Bodenmann b98c178a77 Updating /demos/3rdparty/doom demo 2015-06-21 18:57:10 +02:00
Joel Bodenmann 5abc1dbb23 Improving demo (/demos/tools/touch_calibration_grabber) 2015-06-19 19:56:25 +02:00
Joel Bodenmann 90d811dc7d Adding /demos/tools/touch_calibration_grabber which can be used to read out the calibration data 2015-06-18 21:56:11 +02:00
inmarket 1ce3f20fa4 Add GWIN virtual keyboard widget 2015-04-12 17:07:38 +10:00
inmarket 112852ffc3 Update multiple display demo to display better on very small displays. 2015-02-07 21:59:43 +10:00
inmarket 189bad3e6a Multiple Displays demo - use sprintg instead of sprintf.
Make multiple display settings set-able in the makefile.
2015-02-05 00:17:38 +10:00