Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/qmk/uGFX

Fork of https://git.ugfx.io/uGFX/uGFX. Fixes for qmk_firmware
https://github.com/qmk/uGFX

Fix multiple display/keyboard/mouse problem with some compilers.

adebde7a9959aa6414e1599847edea63feb81159 authored over 9 years ago by inmarket <[email protected]>
Add the ability to flash a gwin window/widget.

Only the button draws for checkbox's and radio's currently do anything about it.
Widget demo upda...

b9f53aa7936686134f19c480346816a3d234f7f7 authored over 9 years ago by inmarket <[email protected]>
Implement a "Toggle Button" using a checkbox with a custom draw.

Updated the widgets demo to show this.

b316263833c95cf2b8cf14fe890321d5880aa81c authored over 9 years ago by inmarket <[email protected]>
Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.

Naming is more consistent with the new scheme.
May affect some third party drivers (header file r...

fa8167b94d13e94a6cb953e7f549a89f155f77c6 authored over 9 years ago by inmarket <[email protected]>
December 2014 Winning Demo Competition Entry - Tetris

34939386d7390b0876973a1969f336b814313a22 authored over 9 years ago by inmarket <[email protected]>
Compile fix for default orientation with pixmaps.

8b221b803aa56b78e8c898402df26f96a130c712 authored almost 10 years ago by inmarket <[email protected]>
Support dynamic displays at compile time, don't re-orient pixmaps at initialisation time.

b68cfa0c2978eff6eb4362d94da3b53f9b37e6b9 authored almost 10 years ago by inmarket <[email protected]>
More doco updates

8745bb81cf22cf85330f2878474a6e3d29c3bb02 authored almost 10 years ago by inmarket <[email protected]>
Add support and demo for pixmaps (in memory drawing)

ef00cac45de322ba9366731809c680056b5200b1 authored almost 10 years ago by inmarket <[email protected]>
Update Doco

a22a32e8db12e38e47d9cbd3ec62ddd2eabbe9a5 authored almost 10 years ago by inmarket <[email protected]>
First keyboard driver for X

d51ce4e00e5426ccf32b2df4b3c9baf9edbedf64 authored almost 10 years ago by inmarket <[email protected]>
Better keyboard driver doco and new driver configuration flag for Win32

610cc917cb15ff44c341f8e97e21758b36bb5d49 authored almost 10 years ago by inmarket <[email protected]>
Oops - Error detection in the wrong place.

221b8752b3d40062231fdab42bd7026060c7f3eb authored almost 10 years ago by inmarket <[email protected]>
New keyboard demo program.

76da1dc9a8709070f070396758354928e1b63dd8 authored almost 10 years ago by inmarket <[email protected]>
Win32 keyboard driver with US English keyboard layout.

b125e5d29921a3a584578322a9bebc079728bc55 authored almost 10 years ago by inmarket <[email protected]>
New keyboard driver interface with international keyboard support.

87cca4f7a5d3e79f3e0d3a0d669da22081f7b024 authored almost 10 years ago by inmarket <[email protected]>
New Tabset Widget.

Widgets demo updated to (optionally) use the new tabset.

128a3b972cc50b084415b5fb69fc355fe5db9520 authored almost 10 years ago by inmarket <[email protected]>
Fix macro problems for gwinShow, gwinHide etc

bc9d3a1305905abe56933fb68cd9fb2062861f73 authored almost 10 years ago by inmarket <[email protected]>
Small fix for a progressbar

28d9da556a5c892c09412a03bf7f0177c72f1ab1 authored almost 10 years ago by inmarket <[email protected]>
Fix a serious problem with moving and sizing containers, and some visibility issues

5a4e0b7b4db5dcb4ff16840163e65786b96771ed authored almost 10 years ago by inmarket <[email protected]>
Safety protection in creation of extended GWIN types.

da13b83737e85e2d8ed9c737ed641037a8c8ae5e authored almost 10 years ago by inmarket <[email protected]>
Fix serious bug in GTIMER.

476d11d599ec4862ae2191f606e10a85bb7c3c23 authored almost 10 years ago by inmarket <[email protected]>
Protect against NULL strings

9ddf7c42849229e041a27bb9d46cf16c37eaae05 authored almost 10 years ago by inmarket <[email protected]>
Make a Win32 driver define available from gfxconf.h

100e74d8e070774573a54f2657ac9c097f546949 authored almost 10 years ago by inmarket <[email protected]>
Fixing wrong define in ADS7843 driver

f58124d06eecc8052240a7f48b0049eaccf98d95 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Add Chibios v3 example files for the STM32F429iDiscovery board.

57c14b74e4d2bca53a02b58bbe4c4aafc868e187 authored almost 10 years ago by inmarket <[email protected]>
Fix complaints with some ChibiOS versions and some compilers about TRUE/FALSE redefinition.

a5b80da2077047ddee8e8c75d84b2d2b156f8f2d authored almost 10 years ago by inmarket <[email protected]>
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx

5c8f83ebc4bfb7b4dc292835f880063a9fdbf613 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Updating options file

2b979316f5e495e9a892ac51f17076a0088927e1 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx

f41c0e2e17509748bc6da965714cb8bffa094557 authored almost 10 years ago by inmarket <[email protected]>
Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when using DMA.

Use GDISP_NO_DMA_FROM_STACK.

e5d69abf020920c31cc721547cf5f0fb9ff9975c authored almost 10 years ago by inmarket <[email protected]>
doxygen fix

6d70258f8614c627206dd4cf7cdaaaf113a47bb7 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Had to revert the new method of orientation support for SSD1306.

Unfortunately the new method immediately flipped orientation rather than just affecting drawing o...

05354e057d59b3d6fe47a6e3c0c979080b091108 authored almost 10 years ago by inmarket <[email protected]>
Fix 1 pixel display error in checkbox for text on left rendering.

Also add better comments to code.

16ebf86013db7d9b3f15ee2338734795c9e83bdf authored almost 10 years ago by inmarket <[email protected]>
Merged in ambihelical/ugfx/ssd1306 (pull request #16)

Further SSD1306 driver improvements

ecc6201c7403225228242a3525d568f1d269f749 authored almost 10 years ago by Joel Bodenman <[email protected]>
Merge branch 'master' into ssd1306

3811a032395911808b023e3723111eedda6b0ec2 authored almost 10 years ago by ergosys <[email protected]>
Merged Tectu/ugfx into master

1707fbb85c2f9179bba1722cbd03311c2d97132b authored almost 10 years ago by ambihelical <[email protected]>
Split SSD1306 spi board example into 2 files.

Revert chibios 3.x use of bool as a base type for bool_t. back to char
bool is available on c++ c...

17b921204cfaf09d31c16daff00c69360883c83e authored almost 10 years ago by inmarket <[email protected]>
Updates for the EMBEST board and a small fix to the SSD2119 driver.

3936c630612c9aff74f3bc21984e486f81d3f7da authored almost 10 years ago by inmarket <[email protected]>
Partially handle screen rotation using remapping

Use row and column remapping to change either row or column addressing
for each orientation. Th...

9618d7917bea1cb9f753569f0ddef91714aae49f authored almost 10 years ago by ergosys <[email protected]>
use gdispColor2Native to get fill color

d3b3020a078fff9607fd169c32210888ee6b0c5c authored almost 10 years ago by ergosys <[email protected]>
Implement "hardware" fills

Implement hardware fills by drawing on the framebuffer. This provides a
significant performance ...

555fda21708519de00dd10a213e346d084c50023 authored almost 10 years ago by ergosys <[email protected]>
Merged Tectu/ugfx into master

7285477f1329612f9087a3bfe392f875f3517683 authored almost 10 years ago by ambihelical <[email protected]>
Merged in ambihelical/ugfx/ssd1306 (pull request #15)

Some improvements to the SSD1306 driver

262db6484498ec31baa8b9888aadb48e4f4984f3 authored almost 10 years ago by Joel Bodenman <[email protected]>
Updates to slider demo

21a26eb7620553f4c822c7cc5fb450c0a00649e5 authored almost 10 years ago by inmarket <[email protected]>
Updates to the slider to fix positioning issues.

Also fixes negative ranges, ranges > 65536 and very small ranges.

d7896289d12652039443e1bf512d7ae521542d6f authored almost 10 years ago by inmarket <[email protected]>
slightly faster flush and clear

bdfafbcf9f7d247b85699818cd2a959178a24b64 authored almost 10 years ago by ergosys <[email protected]>
Improve SSD1306 spi example

Don't acquire bus for every command
Use SPI driver to control chip select
Use SPI driver start/s...

cb115186c5269f6463a1a4b422e7a0b9e9f5c6b7 authored almost 10 years ago by ergosys <[email protected]>
add missing bus acquisition

a43a9b25f6f638c68c2a5612785b5e614f33ff1f authored almost 10 years ago by ergosys <[email protected]>
fix bool typedef for latest v3 source

9d0b7a0bbe93d8bd5a76032605dc3b0ac93fb615 authored almost 10 years ago by ergosys <[email protected]>
fix GDISP_ROTATE_270 case

96a5f5fbea7333443d9c0eeac57e3cb975494aa1 authored almost 10 years ago by ergosys <[email protected]>
add hardware clear

3b12678e6ed14c7e78aae141cbc31994559e73ce authored almost 10 years ago by ergosys <[email protected]>
updated docs/release.txt

ce9503a1187c8ab48bd32da24cbe95be425dd533 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Updating .gitignore

7af2185bcf26f57fdd6a897fe1192631271b4e43 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Extended slider events. Updated the demo to match.

Actually reduced code size :)

5bf2b8678a5a58059baffe780d00cd570781cea7 authored almost 10 years ago by inmarket <[email protected]>
Syntax Error Fix

4931f39a0d26f53a03834cfdc65d5e365a928652 authored almost 10 years ago by inmarket <[email protected]>
Fixing wrong font name in DejaVuSans20_aa font

30b47f1581244e1ba4fd4b579f8082e2b551775a authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing bug in gdispGDrawRoundedBox()

0718866107941213b470f92fb1f89939aa742c06 authored almost 10 years ago by Joel Bodenmann <[email protected]>
More doxygen fixes

c2bf62ff191500bf250b85c55ad882a3b54bc032 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Doxygen fixes

c90879ec4b02af6b2afd4f60b352843e7ab6235b authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing Doxygen

8e54d01db1955bf8e1093f10aa0eff21d7f3c173 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing comment

d54cf82d66e4b560723075b64d0308e7537525c9 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Whitespaces

add06d8cb0bfa67b2c96047803dac7737d6b82f6 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Adding /demos/modules/gos/threads_advanced

181ba3807f0fd392a5c90c0331b395eeca90d1f3 authored almost 10 years ago by Joel Bodenmann <[email protected]>
GOS doxygen fix

b799e16689cdee09806db0d06fc90a2151d191ec authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing doxygen for GOS module

ba85d77dda322555a6acfa5329a7e97905667657 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Cleaning up /demos/modules/gos/threads

Note: use GFILE print implementations here instead!!

f3d64c62b9308e2799d7ad6c2a165df35ab69324 authored almost 10 years ago by Joel Bodenmann <[email protected]>
addings /demos/gos/threads

64fd92ab7dd90eb76aa5e9a660a67619ba1123e3 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Doxygen version number fix

1bf48cca9522a7a51919ecb78722b9c69ffb1cf8 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Doxygen spelling fixes

260f83b94a34b480a8e352c62ccd0e65aa4bc1b3 authored almost 10 years ago by inmarket <[email protected]>
Doc updates for multiple mouse support

e6bf4277752ebb282020c4bf67840262879430f1 authored almost 10 years ago by inmarket <[email protected]>
Fix some extern structure definitions that cause problems with some compilers

bd3a58ccfc0a484e18cd562539edc71c2f8ebefc authored almost 10 years ago by inmarket <[email protected]>
Opening development on version 2.3

746527632c1fd6a35f23c828a2bb392bcfc1659a authored almost 10 years ago by Joel Bodenmann <[email protected]>
Stable release v2.2

e3776755a58ff9126fab9300ff224e70726f01b0 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Adjusting docs/releases.txt for release

3405741feccff7af9d1d40454d87ed343cbad78b authored almost 10 years ago by Joel Bodenmann <[email protected]>
Removing docs/roadmap.txt

d304a54917c9099e45c5114c1a7e77c984c043b3 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixed absolute path make problem under windows

254a88a6ab38d79334365d721db9d86e1fb98779 authored almost 10 years ago by inmarket <[email protected]>
Fixing doxygen

af44bbc9d49e20b1bd0e1abfa94ae177c4eaba3e authored almost 10 years ago by Joel Bodenmann <[email protected]>
Add MatrixFloat2D and MatrixFixed2D operations to GMISC.

Add polygon demo

87242d0a6c818e675676cdfb68013dc3af5a7656 authored almost 10 years ago by inmarket <[email protected]>
docs

74c23de1d2f59a94256fc1f3228a7af44a3ceb64 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing compiler error

bac62a3270151c385fa6f24f8a40c8b53ea96726 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa

fe976dac6663ab7fa894474b08127eece4cba784 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Change the definition of the calibration load and save routines as per steved suggestion.

fe00d3e090a8197b86c278d548a8f069bcca348d authored almost 10 years ago by inmarket <[email protected]>
Fix compiler warnings.

a8d6aa079056d14ce8d207f8dcf1ed527c0b5ca9 authored almost 10 years ago by inmarket <[email protected]>
Add DejaVuSans font in 20 point as a standard font

8ca6fad9fd537c5bcb9ea224816a133fcae9d869 authored almost 10 years ago by inmarket <[email protected]>
Spacing, comments and spelling mistakes

599a163181284b5bc97667e49be4ddce0195848a authored almost 10 years ago by inmarket <[email protected]>
SSD1963 driver updates originally by steved

0d90611c824b33c8df2da06e1d02c7cda11022be authored almost 10 years ago by inmarket <[email protected]>
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx

ebf647b63a69b811b3144aa0740994e1ac073783 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fixing MAX11802 driver (by user steved)

4f8b30ef36603d9249f70955328792866474a6bb authored almost 10 years ago by Joel Bodenmann <[email protected]>
Move the uGFX based tools into a sub-directory of demos so they can be compiled using the standard build system facility for building demo's.

93c9ebaa793d96147784e061102fec3423584fc0 authored almost 10 years ago by inmarket <[email protected]>
Updating releases.txt

6bc091035a08f58eb6c60e7cceb01ef29e655e07 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Merge branch 'newmouse'

d3a0606c65535be34cb38e6cfb3ba8d92657ad82 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Some MAX11802 fixes.

04334f284c8c4236e2a07b6611ddb790ee05db72 authored almost 10 years ago by inmarket <[email protected]>
MCU touch template fix

bc75dbc24cf7abe698b2b60396a55a4d007243a5 authored almost 10 years ago by inmarket <[email protected]>
Update default settings in the board file for the ADS7843 touch

00de9255232e2d7c0c0b1742ff0b5d489023dc5d authored almost 10 years ago by inmarket <[email protected]>
Conversion of some addon board files to newmouse

2904cd326bd8996b2c9781bbc636dac57a602c31 authored almost 10 years ago by inmarket <[email protected]>
Update to MAX11802 touch driver. To be tested.

069c791fc1be91464154327718bbd3a36d09661c authored almost 10 years ago by inmarket <[email protected]>
Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet

f65b1896733e3f8cfa2e0f074585e5c5d7657331 authored almost 10 years ago by Joel Bodenmann <[email protected]>
Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.

f793194e43b130ae9e5133ac7d03bd819ce77e91 authored almost 10 years ago by inmarket <[email protected]>
Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.

baebbad6237f657762523624016cd7d6d5926999 authored almost 10 years ago by inmarket <[email protected]>