Commit Graph

74 Commits (835f0f197f7fc7eecf5dcd36892987c71caa5caa)

Author SHA1 Message Date
Joel Bodenmann 835f0f197f Release v2.9 2019-02-26 16:01:07 +01: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 6a69c5673f Fix gfxRealloc bug for RAW32 (and derivitives) 2018-10-14 14:59:40 +10:00
inmarket 0f3310dd34 Reverse removal of label auto-sizing during label creation. Retained removal of auto-sizing during draw. 2018-10-14 14:58:53 +10:00
Joel Bodenmann 3486e47579 Updating changelog 2018-10-01 12:53:30 +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 e23ae94e91 Added type gColorformat to replace V2.x colorformat 2018-07-08 14:04:14 +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 d9258efd4d Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM 2018-07-08 13:25: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 bda8c738b1 Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX 2018-07-08 11:47:36 +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 853863254f Added WS29EPD driver by cpu20 for the WaveShare E-Paper display 2018-07-07 23:14:28 +10:00
inmarket e2fb6820d0 Add support for ChibiOS V5 - Thanks Vrollei 2018-07-07 17:05:18 +10:00
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket ef9d93f0ef Fix UC1610 driver private area initialisation 2018-04-03 13:43:01 +10:00
inmarket a70cc09ff9 Merge remote-tracking branch 'origin/master' 2018-03-10 22:46:41 +10:00
Joel Bodenmann a411aea69f Updating changelog 2018-03-10 13:35:57 +01: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
Joel Bodenmann 14786e97b6 Fixing issue in RTX5/CMSIS2 port 2018-02-26 10:01:50 +01:00
inmarket d9eaba249f Added support for specifying calibration fonts and text 2018-02-24 12:36:15 +10:00
Joel Bodenmann 37732af0b5 Release v2.8 2017-10-29 19:02:01 +01:00
Joel Bodenmann a5c1e29d21 Improving STM32F746G-Discovery board files 2017-10-28 15:28:31 +02:00
Joel Bodenmann 025bc66666 STM32F469i-Discovery board files 2017-10-28 11:58:02 +02:00
inmarket 7ef1fa156c Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. 2017-10-02 13:27:10 +10:00
inmarket 8bf95a1128 Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for STM32F7. This should really be in the ChibiOS DMA routines. 2017-10-02 11:26:54 +10:00
Joel Bodenmann ea158a836d Adding nullpointer checks to GDISP image functions 2017-10-01 13:21:56 +02:00
inmarket 82047b1ac6 STM32LTDC 2nd layer support with alpha 2017-10-01 18:00:49 +10:00
Joel Bodenmann 2943011ccb Adding Zephyr port 2017-09-20 19:47:46 +02:00
inmarket 3e13911432 Oops - add readme and changelog 2017-09-11 18:23:30 +10:00
inmarket db7971734f First attempt at the JPG decoder. Compiles but may not run. 2017-08-26 15:22:38 +10:00
inmarket 0388755df1 Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() 2017-08-26 11:15:56 +10:00
inmarket c4eed17a2e Fix a problem with gwinImage where an animated GIF can leave a running timer when it is destroyed. 2017-08-26 09:39:59 +10:00
inmarket 2b4bd12ffa Add support for CMSIS V2 OS's eg RTX5 2017-08-16 16:50:04 +10:00
inmarket f1db3e940d Fix gwinTextEdit() problems 2017-08-09 09:02:33 +10:00
inmarket e16f97ce26 Added UC1610 driver. Thanks to aeroman 2017-07-19 12:43:17 +10:00
inmarket 8561671cb8 Upgrade to from FATFS-0.10b to FATFS-0.13 2017-06-24 16:35:31 +10:00
Joel Bodenmann e6721f70a0 Updating changelog 2017-05-24 10:52:53 +02:00
Joel Bodenmann 4d06ef9145 Adding RA6963 driver 2017-05-23 09:57:16 +02:00
inmarket 09402b6bde KS0108 multi-chip driver thanks to doc_rob. 2017-05-18 19:24:53 +10:00