inmarket
8b4ca12a2d
Updates to the FreeRTOS GOS port
6 years ago
inmarket
29ccac5efc
Update to the UC8173 driver to fix memory overwrite
6 years ago
Joel Bodenmann
7cc28e8f0d
Improving UC8173 driver
6 years ago
Joel Bodenmann
6956df1652
Fixing an issue with word wrapping of strings containing dashes.
Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
6 years ago
Joel Bodenmann
35a4e07d66
Minor internal improvement (clean-up) to AlteraFramereader driver
6 years ago
Joel Bodenmann
aa474ef037
Updating drivers list
6 years ago
Joel Bodenmann
170869dea9
Added complete support for Altera Terasic MAX10 NEEK board
6 years ago
Joel Bodenmann
d3e9955496
Adding Altera Frame Reader IP Core display driver
6 years ago
Joel Bodenmann
8411fd1f03
Updating drivers list
6 years ago
Joel Bodenmann
50c89877c3
Adding UC8173 driver
6 years ago
inmarket
f57f6be212
Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displays
6 years ago
inmarket
5502aef3e5
Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set
6 years ago
inmarket
b90055d2f9
Fixed extra dots when drawing anti-aliased fonts with wordwrap
6 years ago
inmarket
9360b27250
Update font demo to show Anti-aliased drawing
6 years ago
Joel Bodenmann
b8ece23f18
Unifying changelog
6 years ago
Joel Bodenmann
12a0f2dd64
Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option
6 years ago
Joel Bodenmann
d3fb6b2cb9
Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration option
6 years ago
Joel Bodenmann
ffe01aef80
Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration option
6 years ago
Joel Bodenmann
ff8aa09949
Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration option
6 years ago
Joel Bodenmann
1cfcd71145
Removing obsolete code
6 years ago
Joel Bodenmann
844be18713
Improving doc
6 years ago
Joel Bodenmann
3d1d0182b3
Fixing whitespace
6 years ago
Joel Bodenmann
2b75db44a0
Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option
6 years ago
Joel Bodenmann
bfe41b4cfd
Adding missing option GFILE_NEED_USERFS to gfxconf.example.h
6 years ago
inmarket
0e00642bfc
Add gwinListItemSetText()
6 years ago
inmarket
a3241b9f39
Update Changelog
6 years ago
inmarket
c7cce84274
Add support for a user provided file system.
6 years ago
inmarket
9216504ce3
Ensure stack size produces an aligned stack on platforms where it matters
6 years ago
inmarket
def8fd488f
Fix console recursion bug - Thanks to Oleg Gerasimov
6 years ago
inmarket
28f4ac22ce
Fix window manager redraw problem with multi-tasking and large images
6 years ago
Joel Bodenmann
a171f917d3
Updating changelog
6 years ago
Joel Bodenmann
4b89b3e6ed
Merge branch 'ssd1306-128x32' of wezm/uGFX into master
6 years ago
inmarket
6a30927a91
Fix Cortex m0 Raw32 scheduler.
Ensure 8 byte alignment of the stack for all ARM specific scheduler code.
7 years ago
inmarket
06de6f1931
Updates to Keil RAW32 CPU specific scheduler.
Tested working on CortexM7 and CortexM7 with FP.
7 years ago
Joel Bodenmann
baa20c4e60
Removing obsolete color parameters from gwinFillDualCircle()
Fixes T27
7 years ago
Wesley Moore
281ccb72ce
Add support for 128x32 SSD1306 displays
7 years ago
Joel Bodenmann
2f0e05f9cb
Starting work on version 2.8
7 years ago
Joel Bodenmann
7a896c2917
Release version 2.7
7 years ago
Joel Bodenmann
35228413d1
Enabling local search engine in generated doxygen documentation
7 years ago
Joel Bodenmann
08fe2b1295
Doxygen fix
7 years ago
Joel Bodenmann
ca56c721a7
Adding #prama for Keil compiler to suppress "statement is unreachable" warning.
Commit r57667124 removed certain unreachable statements as Keil/ARMCC complains about those. However, most other compilers (including GCC) complain if a function with a non-void return type have no return statement in them. Therefore, that commit was reverted (Revert commit is r509eba89) and pragams are added to the Keil compiler configuration instead.
7 years ago
Joel Bodenmann
09eba89afd
Revert "Remove some compiler warnings"
This reverts commit 76671249d6
.
7 years ago
Joel Bodenmann
ceaeb599d4
Cleaning up changelog
7 years ago
Joel Bodenmann
37f25677ec
Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.
Fixes T18
7 years ago
Joel Bodenmann
52c7f15673
Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.
Fixes T16
7 years ago
Joel Bodenmann
8e62912446
Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 threading functions
7 years ago
Joel Bodenmann
0ab0e28bdb
Cleaning up raw32 thread context switching functions (use consistent coding style)
7 years ago
Joel Bodenmann
d80bd18157
Fixing typo in comment
7 years ago
Joel Bodenmann
748346f0e5
Moving docs/changelog.txt to /changelog.txt
7 years ago
inmarket
f495b49f53
Update the Raw32 heap allocator to remove a memory merging bug.
The new code has less allocation overhead but memory blocks are now not tracked while allocated.
7 years ago