Joel Bodenmann
72200af286
Update changelog.txt
9 months ago
Joel Bodenmann
6fa3520f2a
Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file
9 months ago
Joel Bodenmann
346375c001
Add experimental support for ChibiOS 6.x kernel
9 months ago
Joel Bodenmann
85c7b08825
Update changelog.txt
9 months ago
Joel Bodenmann
a587942305
Fix changelog.txt whitespace
9 months ago
inmarket
0586fd276d
Fix to gImage BMP handling where the system pixel size is less than a byte
3 years ago
inmarket
701f697df5
Fix release notes
3 years ago
Joel Bodenmann
785047b0aa
Introduce type gImage to replace v2.x gdispImage
3 years ago
Joel Bodenmann
835f0f197f
Release v2.9
3 years ago
inmarket
8a9ed5195b
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc
4 years ago
inmarket
7c5a6c928f
For all source files update integer types to the new gI8 etc type names
4 years ago
inmarket
6a69c5673f
Fix gfxRealloc bug for RAW32 (and derivitives)
4 years ago
inmarket
0f3310dd34
Reverse removal of label auto-sizing during label creation. Retained removal of auto-sizing during draw.
4 years ago
Joel Bodenmann
3486e47579
Updating changelog
4 years ago
inmarket
330f891081
Added type gThread to replace V2.x gfxThreadHandle
4 years ago
inmarket
1fc4180d41
gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
4 years ago
inmarket
93da5a0578
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
4 years ago
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
4 years ago
inmarket
e23ae94e91
Added type gColorformat to replace V2.x colorformat
4 years ago
inmarket
e61f0ae424
Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X
4 years ago
inmarket
d9258efd4d
Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
4 years ago
inmarket
cbf1d4dfa0
Added type gFont to replace V2.x font_t
4 years ago
inmarket
a24fab0d72
Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX
4 years ago
inmarket
2e8eaa3471
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX
4 years ago
inmarket
bda8c738b1
Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX
4 years ago
inmarket
f9c848e985
Change color_t to gColor
4 years ago
inmarket
cfb1b2a488
Change pixel_t to gPixel
4 years ago
inmarket
2ab2d77fcb
Change coord_t to gCoord
4 years ago
inmarket
7e95acb731
Change point and point_t to gPoint
4 years ago
inmarket
853863254f
Added WS29EPD driver by cpu20 for the WaveShare E-Paper display
4 years ago
inmarket
e2fb6820d0
Add support for ChibiOS V5 - Thanks Vrollei
4 years ago
inmarket
41271d632b
Added new type definitions - moving towards V3.0
4 years ago
inmarket
ef9d93f0ef
Fix UC1610 driver private area initialisation
4 years ago
Joel Bodenmann
a411aea69f
Updating changelog
4 years ago
inmarket
94f1cc2f0a
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
4 years ago
inmarket
f265924396
First set of V3 macro changes
4 years ago
Joel Bodenmann
14786e97b6
Fixing issue in RTX5/CMSIS2 port
4 years ago
inmarket
d9eaba249f
Added support for specifying calibration fonts and text
4 years ago
Joel Bodenmann
37732af0b5
Release v2.8
5 years ago
Joel Bodenmann
a5c1e29d21
Improving STM32F746G-Discovery board files
5 years ago
Joel Bodenmann
025bc66666
STM32F469i-Discovery board files
5 years ago
inmarket
7ef1fa156c
Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.
5 years ago
inmarket
8bf95a1128
Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for STM32F7. This should really be in the ChibiOS DMA routines.
5 years ago
Joel Bodenmann
ea158a836d
Adding nullpointer checks to GDISP image functions
5 years ago
inmarket
82047b1ac6
STM32LTDC 2nd layer support with alpha
5 years ago
Joel Bodenmann
2943011ccb
Adding Zephyr port
5 years ago
inmarket
3e13911432
Oops - add readme and changelog
5 years ago
inmarket
db7971734f
First attempt at the JPG decoder. Compiles but may not run.
5 years ago
inmarket
0388755df1
Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()
5 years ago
inmarket
c4eed17a2e
Fix a problem with gwinImage where an animated GIF can leave a running timer when it is destroyed.
5 years ago