Joel Bodenmann jbo
jbo pushed to master at uGFX/ugfx 2021-09-21 15:46:25 +00:00
1c29a88ee1 Fix SDL2 driver arguments to mmap() and sem_open()
jbo pushed to master at uGFX/ugfx 2021-08-31 14:06:48 +00:00
4261a1fb0b Fix missing return values in FSync GQUEUE implementations
jbo deleted branch feature/temp_vfnprintg_workaround from uGFX/ugfx 2021-08-26 15:48:59 +00:00
jbo pushed to master at uGFX/ugfx 2021-08-26 15:46:57 +00:00
2f82247223 Prevent const qualifier being discarded in vfnprintg()
jbo pushed to master at uGFX/ugfx 2021-08-26 12:27:10 +00:00
cbf9c22adf STM32LTDC: Update readme.md
6d6ce043d0 Whitespaces
0a55fc94bd Avoid duplicate const specifier compiler warnings
Compare 3 commits »
jbo created branch feature/temp_vfnprintg_workaround in uGFX/ugfx 2021-08-26 00:21:22 +00:00
jbo pushed to feature/temp_vfnprintg_workaround at uGFX/ugfx 2021-08-26 00:21:22 +00:00
cd0383d3e8 Temporary vfnprintg() workaround to suppress warnings
jbo pushed to master at uGFX/ugfx 2021-08-26 00:08:44 +00:00
0dac6b4d0f Fix ChibiOS 6.x kernel support
jbo pushed to master at uGFX/ugfx 2021-08-25 22:33:13 +00:00
14f26ec934 Whitespaces
jbo pushed to master at uGFX/ugfx 2021-08-25 22:22:22 +00:00
7845f44f20 Win32 driver: Fix memory leak / invalid pointer to free() when re-calculating buffer position in a specific situation.
jbo pushed to master at uGFX/ugfx 2021-08-25 22:04:51 +00:00
1235a9056c Win32 driver: Fix buffer position calculation in gdisp_lld_blit_area()
jbo pushed to master at uGFX/ugfx 2021-08-23 21:43:40 +00:00
3f1f1c6a95 Fix/clean changelog.txt
jbo pushed to feature/sdl2_threaded at uGFX/ugfx 2021-08-23 21:39:00 +00:00
91eeff7457 Merge branch 'master' into feature/sdl2_threaded
8d6b2c4707 GTRANS: Update /demos/modules/gtrans/basic
317db95c46 GTRANS: Update types
ec257874a7 GDISP: Explicitly handle gOrientation values where applicaple
b17cb215f4 STM32LTDC: Handle gOrientationPortrait and gOrientationLandscape explicitly although not supporting it
Compare 32 commits »
jbo pushed to master at uGFX/ugfx 2021-08-23 13:46:50 +00:00
8d6b2c4707 GTRANS: Update /demos/modules/gtrans/basic
317db95c46 GTRANS: Update types
Compare 2 commits »
jbo pushed to master at uGFX/ugfx 2021-08-23 13:29:17 +00:00
ec257874a7 GDISP: Explicitly handle gOrientation values where applicaple
jbo pushed to master at uGFX/ugfx 2021-08-23 13:27:21 +00:00
b17cb215f4 STM32LTDC: Handle gOrientationPortrait and gOrientationLandscape explicitly although not supporting it
jbo pushed to develop at uGFX/ugfx 2021-08-19 14:12:20 +00:00
b3216fa0cc Minor doxygen fixes
888c7e8640 STM32LTDC: Fix bug in DMA2D blitting
853f2cba98 Relocate current benchmark to /demos/benchmarks/rectangles
c713719326 Update /demos/benchmarks configuration file
b98a6c258c Update /demos/benchmarks
Compare 19 commits »
jbo pushed to master at uGFX/ugfx 2021-08-19 11:48:46 +00:00
b3216fa0cc Minor doxygen fixes
jbo commented on issue uGFX/ugfx#1 2021-08-19 09:42:24 +00:00
Update all STM32LTDC board files

The STM32LTDC driver was improved in several other aspects as well. See https://community.ugfx.io/topic/3489-improvements-to-the-stm32ltdc-driver for more information (and of course the git history).

jbo commented on issue uGFX/ugfx#2 2021-08-18 19:02:25 +00:00
STM32LTDC: DMA2D enabling might be too late

Fixed.