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

release v1.9

6ca3537a696e7ace8098771a9a7105380604253d authored almost 11 years ago by Joel Bodenmann <[email protected]>
Merge changes from release v1.9 in preperation for v2.0

17cc2da9c53191be2831f71a721b0fe2273e9807 authored almost 11 years ago by Joel Bodenmann <[email protected]>
no doxygen for drivers...

9fa856cdd743f0be72b62c46f7efcb55ba4cb299 authored almost 11 years ago by Joel Bodenmann <[email protected]>
uncommented GOS selection in GDISP and GWIN demos

2cb8e08c525e140a20982cb14e59ebd7782f2792 authored almost 11 years ago by Joel Bodenmann <[email protected]>
uncommented GOS selection in GDISP and GWIN demos

1e9dcc4a286a17abf48703a632c2a3a42c856567 authored almost 11 years ago by Joel Bodenmann <[email protected]>
updated GDISP and GWIN demos

36c55722ddc06af682d7c7bdeb71ba75a3b0fb83 authored almost 11 years ago by Joel Bodenmann <[email protected]>
drivers are not supposed to be included in the doxygen docs

c03add3334f039ba6d5aa1278a83a136f6acc537 authored almost 11 years ago by Joel Bodenmann <[email protected]>
updated GDISP and GWIN demos

630989d6b4a367ed16517be44f282b13a001c611 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Bugfix... how could we miss this?

cf616ae80412f20ddf0a534284b67010b4937969 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Bugfix... how could we miss this?

4b76efce1d2676333606d4fd08f34ace33824312 authored almost 11 years ago by Joel Bodenmann <[email protected]>
GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requires to enable at least one font which may not be needed (it sucks if compiling the basic examples) and the latter is barely needed anyway

a1d453e46fc33376c2d0420e632ccfba66f47ced authored almost 11 years ago by Joel Bodenmann <[email protected]>
moved include headers to correct location

7c3b7270fc1b39bf231654b846bcaeccead4413c authored almost 11 years ago by Joel Bodenmann <[email protected]>
GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requires to enable at least one font which may not be needed (it sucks if compiling the basic examples) and the latter is barely needed anyway

446f0b5e8e44184e3f27765aff7c7b8190019e2c authored almost 11 years ago by Joel Bodenmann <[email protected]>
moved include headers to correct location

1130f93af7f44051d19c2d35f6a0f30d59df42da authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed orientation stuff in widgets demo

2832f97fed4cf413a078995e6ca2068e13aabc1d authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed orientation stuff in widgets demo

98e7a40205fd045898e6ca8f7b57199d9eb4a002 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming

45eb9b0c79c0a2aee7f202b7adb8d0b932d47cbc authored almost 11 years ago by Joel Bodenmann <[email protected]>
whitespaces

aca01e68a2b28d7027673dfb098155c119afdacc authored almost 11 years ago by Joel Bodenmann <[email protected]>
Test fix for ILI9320 driver.

579a7806716a08cbcc6829ea26eff3c15519a932 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Compile Fix for Nokia6610GE12

a756806b77fc431c9515041fc83dbc06c2854b56 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming

438f9d895c77f4666d5f5c117352ac7ba5e4ea26 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Nokia6610GE8 compiler warning

2112074e79cf4d9cf4c40f358af3b6280f389148 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into GDISPStreaming

3a14be55eb221f861015ae307b132ff8484974c3 authored almost 11 years ago by inmarket <[email protected]>
Compile fix for GE12

9f1e3716812ed9e922af020498c36cadad49819d authored almost 11 years ago by inmarket <[email protected]>
Merge remote-tracking branch 'origin/GDISPStreaming' into GDISPStreaming

1346f482043a07e7079fc0a0aed015511df58ce9 authored almost 11 years ago by inmarket <[email protected]>
Fix SSD1306 driver and board files to allow for seamless transfer of the command byte with the page line data without copying the data on to the stack.

e0b2406da613b02fce6af8aead160e43301a3852 authored almost 11 years ago by inmarket <[email protected]>
fixed RA8875 board file for marlin

af3963d341f14fd46a2eaa26f53f44de641299dc authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed board file name (all the others are upper case as well)

f3f7eba73cb199c0222440ea50052b77975f170a authored almost 11 years ago by Joel Bodenmann <[email protected]>
Add multiple display support to GWIN.

You can now create windows on multiple displays.

7a7e223d152b42553f7e6ce0220dd5d736b89c56 authored almost 11 years ago by inmarket <[email protected]>
Add multiple display support to image decoding.

a28dce97d877160b10a3683fbf8ea578c8405417 authored almost 11 years ago by inmarket <[email protected]>
Store the display locally within the mouse structure.

Add ginputGetMouseDisplay()

e642edb4e182cad5aa2b109b3baf23cacc903084 authored almost 11 years ago by inmarket <[email protected]>
Fix invalid return value in gwin/lists.c

41e43cfcd62a78b8a98b3452892e50ca5d07bc99 authored almost 11 years ago by inmarket <[email protected]>
Add initial orientation to the widgets demo.

c08c3b57a44e79e3901d60600add486851b75008 authored almost 11 years ago by inmarket <[email protected]>
New: ginputSetMouseDisplay() to allow the mouse to work with a non-default display.

Fix: Mouse orientation fixed to match the now corrected GDISP orientation.
Comment updates

1a99b3c321f6456c79aeb402fb34f421d2349d04 authored almost 11 years ago by inmarket <[email protected]>
Bug fix to GDISP API

db9f4a367daff83729ed9f144623db46ba08c80b authored almost 11 years ago by inmarket <[email protected]>
GDISP Win32 driver bug fix

0b5fccd2c3a8d0022e662d393bf856e6bfa13702 authored almost 11 years ago by inmarket <[email protected]>
Add initial orientation to the widgets demo.

7ba622b797696dd894c427617fa71ed3ca3b4f02 authored almost 11 years ago by inmarket <[email protected]>
Fix invalid return value in gwin/lists.c

6ad2ecf8185810ae27b25f26fe3d5171381ebe65 authored almost 11 years ago by inmarket <[email protected]>
Slight improvement to the precision of the GMISC invsqrt() function.

0ea2f5463730a0067f4c146dd7f33398fcac8229 authored almost 11 years ago by inmarket <[email protected]>
GMISC invsqrt() function.

Fix a 64bit processor bug.
Add support for processors where the floating point and integer endian...

e6f17baf6133fb83c5c72f7b173cf50c9c275224 authored almost 11 years ago by inmarket <[email protected]>
Created a crude auto-scaling logo (for startup)

21afd2b8f19d522fab6b78670bf1afcf11388cd5 authored almost 11 years ago by inmarket <[email protected]>
Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.

452cfc1b1351e8070ed609d84cae0249411a236b authored almost 11 years ago by inmarket <[email protected]>
fixed label bugs

d7b9fc55f59ecb5890748161c68f1a8bbc8179b6 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinLabelSetBorder()

8f3d2eff1e360f9973a654b163dd225de8f48570 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Updates to SSD1306 driver to raise thread priority during flushing.

90ad93c41fa86534479f7006ec2c3956da9eac3c authored almost 11 years ago by inmarket <[email protected]>
Fixes to GDISP for streaming drivers.

Turn optimisation back on for SSD1289 driver

4a5506df0a36a61b13c01b0173523a2ce31b5fb9 authored almost 11 years ago by inmarket <[email protected]>
Add functions to the Win32 GDISP driver to enable full testing of the streaming driver interface.

8c1a37b59eef97c1e713a4ae24459f3af82b65f2 authored almost 11 years ago by inmarket <[email protected]>
fixed label bugs

825bbf26a1bf11d7148a16229f6515fae5efb276 authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed small bug

20a10b15ec4bbccf1c5680b10c2101ae9202f2c7 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinLabelSetBorder()

248335c513fe92d1629f2c34c5777ef9b628d09e authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed small bug

d41109a6c7e11002b00d4b8c4d65ce3ee1f9d254 authored almost 11 years ago by Joel Bodenmann <[email protected]>
docs

03a863f2924d4c89b91b5379f020aaa3f419b7e5 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinListSetScroll

8fce1a6fcef51f171d5fd9ed381583507b361210 authored almost 11 years ago by Joel Bodenmann <[email protected]>
docs

af4c155bd5b0cd11e10f8f99d7cca28929dbc050 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinListSetScroll()

1244fd9e8593eaa84c537ea7749a7c4493bf1513 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinListGetSelectedText()

6cc80926f00ce8d6533298cbb5ea061c1446287b authored almost 11 years ago by Joel Bodenmann <[email protected]>
Added gwinListGetSelectedText()

2e64bddee588c4a3ee7ba89e7257b8828b399cc4 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Convert ED060SC4 to new driver format

5f17570ebcba8998757cdcb2df0a92a6215b7448 authored almost 11 years ago by inmarket <[email protected]>
Remove superflous defines

c353b6e9b01393c3c90632c97b4da0a315645b8e authored almost 11 years ago by inmarket <[email protected]>
Convert ST7565 driver to new driver format.

92b00e125cf8d7754e12fd05e0a2cdfd6550af07 authored almost 11 years ago by inmarket <[email protected]>
Bug fixes to SSD1306. Orientation in all directions is also now supported.

299cb353afcb1f43b8d209db80e9d186b62d9a3d authored almost 11 years ago by inmarket <[email protected]>
Convert SSD2119 to new driver format

5e9e1a36ab3685ba9e50fa52fe2a8c7bf02ac094 authored almost 11 years ago by inmarket <[email protected]>
Fix typos in drivers

27b5383c1bcec9a8b45328bf051ee0624d0d1102 authored almost 11 years ago by inmarket <[email protected]>
Update graph demo so it compiles multi-os direct from a makefile

4401d335a517196ea634dcc309d56130a594c621 authored almost 11 years ago by inmarket <[email protected]>
Test for SSD 1289 driver bug.

22b59b8b4f50fb543770e68f70f2d9dbe48d7221 authored almost 11 years ago by inmarket <[email protected]>
Update graph demo so it compiles multi-os direct from a makefile

70b8206356a903d5af081be04689fd5639e3e251 authored almost 11 years ago by inmarket <[email protected]>
Porting SSD2219 driver - WORK IN PROGRES!!!!

86ae017301c62d8495707d46708bcc65568539d7 authored almost 11 years ago by Joel Bodenmann <[email protected]>
SSD1289 fixes

f285a24a9030e0119739330f4246b4141fa3ba5e authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixes

459fbf6781bca48471ea8dc1cfbbd2a0700ee2e1 authored almost 11 years ago by Joel Bodenmann <[email protected]>
Convert SSD1963 driver to new format.

Intergrate the old panel include file into the board file.

4e8d2569d638c232cb4c15926cf72e2fb42404d5 authored almost 11 years ago by inmarket <[email protected]>
Convert SSD1306 driver to new driver format.

This driver requires the new flush operation.

f4b9f0bcfeb5a71cf5b46073cc30f6e496c23dc2 authored almost 11 years ago by inmarket <[email protected]>
Fix a bug in Contrast handling in the Nokia drivers

1b3297aeaebdfec5bf8c507ed88445585a0952de authored almost 11 years ago by inmarket <[email protected]>
Comment fixes.

0698fd28c03e20704376cf6c97f373ba9c5e8c4b authored almost 11 years ago by inmarket <[email protected]>
Add support for a driver private area (as well as a board private area)

0535c67eab412e72223bc06a528c5bf7cd4aeb22 authored almost 11 years ago by inmarket <[email protected]>
Fix missing case in gdispStreamStop().

Add support for controllers that need flushing.
Add both automatic and manual flushing (via the g...

0b9db701a1d52c8a6d63ca692619b0dde47805d1 authored almost 11 years ago by inmarket <[email protected]>
increased default stack size of the GTimer thread

feeea0a2badb25c48ba62ec0e6c0f37f33de2363 authored almost 11 years ago by Joel Bodenmann <[email protected]>
doxygen fix

b1e7f46783816bfd72177f83747bbd3b586a050b authored almost 11 years ago by Joel Bodenmann <[email protected]>
increased default stack size of the GTimer thread

51f4435cd10cdf4b629d524c425923b293263268 authored almost 11 years ago by Joel Bodenmann <[email protected]>
doxygen fix

25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1 authored almost 11 years ago by Joel Bodenmann <[email protected]>
compiler warnings

2bd47585698b5977ab873d63af4de4dc36f9ec5f authored almost 11 years ago by Joel Bodenmann <[email protected]>
removed ChibiOS/RT path reference (Thanks to Steffanx)

2811e94cfe4c454d916617e5faa3367a41795ddc authored almost 11 years ago by Joel Bodenmann <[email protected]>
compiler warnings

b49f7cd3aa0599bed868af726dde2831e56191af authored almost 11 years ago by Joel Bodenmann <[email protected]>
removed ChibiOS/RT path reference (Thanks to Steffanx)

8eb890a5d6f44aa0163fb5bc9d462779e23dfd6c authored almost 11 years ago by Joel Bodenmann <[email protected]>
fixed wrong macro

258c97d67dffe79f4e4bd43618b766c7c9ebbcce authored almost 11 years ago by Joel Bodenmann <[email protected]>
Convert S6D1121 driver to new format

929dbabf689ff2ad688dc3a3748faeb3bd351698 authored about 11 years ago by inmarket <[email protected]>
Fix White spacing

9a8b5b416358bbc95ffdd5b287190f0369908c1a authored about 11 years ago by inmarket <[email protected]>
Converted TestStub driver to new format.

6ac1710dc5a73c62d2cb4a36cf99525b4ce63c65 authored about 11 years ago by inmarket <[email protected]>
Convert Nokia6610GE8 driver to the new format.

b6986f5b169631fb76c8cb191807321c3ac04f7a authored about 11 years ago by inmarket <[email protected]>
Small fix to the Nokia6610GE12 driver

ad416c32b3558b56c8462dbcadfe1c0520479a1f authored about 11 years ago by inmarket <[email protected]>
Convert Nokia6610GE12 driver to new format.

e9895b5d14714683b1a98f8d24028d94e22b4bb5 authored about 11 years ago by inmarket <[email protected]>
Change to gdisp low level driver API. Display number is now in the GDriver structure (It was required for a Nokia driver).

87a6af81f4edd9f638238d785aae716749a7fc13 authored about 11 years ago by inmarket <[email protected]>
Convert driver ILI9481 to new format

443d14c21f10fea9b0c6fc5559ec4c6b31f99546 authored about 11 years ago by inmarket <[email protected]>
Fix doxygen comments.

29cf77746c973f63b694a3b56008173eb208939e authored about 11 years ago by inmarket <[email protected]>
Convert ILI9325 driver to new format

668afded53f3e35f73126808688fbf659cf1a63c authored about 11 years ago by inmarket <[email protected]>
Remove incorrect comment.

313956b2154875e479735a17468af7013d4d6de6 authored about 11 years ago by inmarket <[email protected]>
Bug fix ILI9320 driver

a3714ae7c4438d6b3247c45a1c8fe3f217a9a2af authored about 11 years ago by inmarket <[email protected]>
Convert ILI9320 driver to new format

9eabf4576df62d87de18a42090e3ae9133a320de authored about 11 years ago by inmarket <[email protected]>
Changed board_XXXX_template.h so that it can be directly copied to board_XXXX.h in the project directory and it will compile with stub functions.

c9311d9851c28f555a26de8757d7aca9caa255d3 authored about 11 years ago by inmarket <[email protected]>
Fix compile error

66d2d279674852f9c8631e1eb6a82f68b01778c1 authored about 11 years ago by inmarket <[email protected]>
Convert HX8437D driver to new format

c4ae7fd6c830bca85ac7c1c6da6e806dec4accdb authored about 11 years ago by inmarket <[email protected]>