Commit Graph

359 Commits (b3216fa0cceaa6d2751a6e1602554d5da66d0436)

Author SHA1 Message Date
Joel Bodenmann 853f2cba98 Relocate current benchmark to /demos/benchmarks/rectangles 2021-08-18 20:51:56 +02:00
Joel Bodenmann c713719326 Update /demos/benchmarks configuration file 2021-08-18 19:18:04 +02:00
Joel Bodenmann b98a6c258c Update /demos/benchmarks
This uses GOS functionalities to count ticks instead of hardware specific cycle counters.
2021-08-18 19:17:04 +02:00
Joel Bodenmann b1b264b6a1 Fix legacy string 2021-08-16 16:25:04 +02:00
Joel Bodenmann 785047b0aa Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
inmarket d528fb218d Minor fixups 2018-11-10 10:45:28 +10:00
inmarket 8a9ed5195b Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
inmarket 7c5a6c928f For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
inmarket 8bd70d953b FIx big endian bug 2018-10-21 11:56:46 +10:00
Tibo Clausen 0840c8e784 Update license header 2018-10-01 17:34:15 +02:00
inmarket 330f891081 Added type gThread to replace V2.x gfxThreadHandle 2018-07-08 15:40:27 +10:00
inmarket 1fc4180d41 gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY 2018-07-08 15:32:26 +10:00
inmarket 93da5a0578 gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE 2018-07-08 15:15:15 +10:00
inmarket 215f31ee3d Added type gDelay to replace V2.x delaytime_t
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
2018-07-08 14:30:31 +10:00
inmarket e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
inmarket cbf1d4dfa0 Added type gFont to replace V2.x font_t 2018-07-08 13:05:27 +10:00
inmarket a24fab0d72 Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX 2018-07-08 12:50:05 +10:00
inmarket 2e8eaa3471 Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX 2018-07-08 12:19:30 +10:00
inmarket f9c848e985 Change color_t to gColor 2018-07-08 11:19:43 +10:00
inmarket cfb1b2a488 Change pixel_t to gPixel 2018-07-08 11:08:55 +10:00
inmarket 2ab2d77fcb Change coord_t to gCoord 2018-07-08 10:54:19 +10:00
inmarket 7e95acb731 Change point and point_t to gPoint 2018-07-08 10:43:30 +10:00
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket 94f1cc2f0a Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
inmarket 82047b1ac6 STM32LTDC 2nd layer support with alpha 2017-10-01 18:00:49 +10:00
Joel Bodenmann 70222f8c8d Updating /demos/modules/gwin/graph configuration file 2017-09-26 14:52:39 +02:00
Joel Bodenmann 8219311877 using GFX_PI instead of M_PI in graph demo 2017-09-26 14:47:36 +02:00
inmarket 9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
inmarket d6c31f404b Add a demo for GFILE 2017-06-24 16:35:50 +10:00
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