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

console demo code doc

f262b7ad91c91ebed1990f74ec6b7a69ae36e359 authored almost 12 years ago by Joel Bodenmann <[email protected]>
cleanup of source files

dfb9f92eb1561bcca61dfc9ab516cfba46bc575d authored almost 12 years ago by Joel Bodenmann <[email protected]>
window example code

795947a251722cb2df3a2588f383dcc43935a535 authored almost 12 years ago by Joel Bodenmann <[email protected]>
typo

e0052718e39f9314fe449aa50c195d25f5115165 authored almost 12 years ago by Joel Bodenmann <[email protected]>
in gwin.c GDISP_SET_CLIP -> GDISP_NEED_CLIP

1b30c77ab3f624e4235e6b370703a7234fd7f7d8 authored almost 12 years ago by Joel Bodenmann <[email protected]>
SSD1289 fix

ffde888bc0f608cf7c5fed279a301a4ceabb2e7e authored almost 12 years ago by Joel Bodenmann <[email protected]>
console example doc

c0cf584c85d2a9ee31adccb23d307b1955e3d8fc authored almost 12 years ago by Joel Bodenmann <[email protected]>
added console demo

1dd5de6e81b645e9765da1a3f00f3c399462837e authored almost 12 years ago by Joel Bodenmann <[email protected]>
SSD1289 fix

b77d45350f3d739c4f52ef53f02effa47e73fcc2 authored almost 12 years ago by Joel Bodenmann <[email protected]>
gwin doxygen

92ed50dbf0a4bad1ef11d8892e13f0e2aa31a119 authored almost 12 years ago by Joel Bodenmann <[email protected]>
typo fix: aquire_bus -> acquire_bus

a734b10c4115627fff7407ef334fba1acc618cf4 authored almost 12 years ago by Joel Bodenmann <[email protected]>
gtimer demo

43d45dca63e8e098e8a40481411d0c4ca46564c5 authored almost 12 years ago by Joel Bodenmann <[email protected]>
removed tools folder

802e967a7abc8dd40ed35993e885db50f0f8c930 authored almost 12 years ago by Joel Bodenmann <[email protected]>
gtimer doxygen fix

b0fbfdebbaaf7043dc6dfd093fb38e20a065e44e authored almost 12 years ago by Joel Bodenmann <[email protected]>
replaced get_bus by aquire_bus

9f2a7c36d9e37364168455c7ffc3440ce40144dc authored almost 12 years ago by Joel Bodenmann <[email protected]>
GEVENT doxygen

cafb45474528f3246cc4e1d39deef4677fe69848 authored almost 12 years ago by Joel Bodenmann <[email protected]>
GTimer doxygen bugfix

19d45eaeda0730c658f3dd9c1b4acacd400e20b1 authored almost 12 years ago by Joel Bodenmann <[email protected]>
doxygen of gtimer

93fdd5dcdbfc4b4b6c41e0b7836ce754cba7f0a1 authored almost 12 years ago by Joel Bodenmann <[email protected]>
more SSD1289 and touchscreen workaround

8515ed53f517eb497ca619ec2c24429a9dcd580e authored almost 12 years ago by Joel Bodenmann <[email protected]>
SSD1289 fix

04cb37f834bf2ba60c25d1f8d315a9462ad77f50 authored almost 12 years ago by Joel Bodenmann <[email protected]>
SSD1289 fix

4119264fd6768224f123bfde30309a1ae390d41d authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #21 from inmarket/master

GWIN, gdisp Nokia and SSD1289 updates

2c337b8dc86fbf2990603a51c2414a5f2a9646ec authored almost 12 years ago by Tectu <[email protected]>
Fix compiler warnings

Fix compiler warnings in gwin.c

d1836d49fee08eaa08a837e9f6176f3d41fbb735 authored almost 12 years ago by Andrew Hannam <[email protected]>
gdisp Nokia and SSD1289 updates

Convert SSD1289 to use board files.
Update Nokia driver to use short names in the board files.
F...

bbb2d434c4d5ebdea76a15ddbf5db688d35850c6 authored almost 12 years ago by Andrew Hannam <[email protected]>
Change dynamic memory allocator in GWIN

Change dynamic memory allocator in GWIN to use the ChibiOS routines

59c13aa33b509ddb5cda070401534440ac7f6d11 authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #20 from inmarket/master

GEVENT, GTIMER & GINPUT subsystems

1ea82a4d37a86f32d6a4385d86d74edaa0bfb729 authored almost 12 years ago by Tectu <[email protected]>
GEVENT, GTIMER & GINPUT subsystems

GEVENT - for passing event structures from Sources to Listeners
GTIMER - thread context based on...

a762a629aa49a046453de7fd2d65680e73c9123a authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #7 from Tectu/master

Merge Tectu changes

633d64b393af843c00255bfa6efd500492ea118b authored almost 12 years ago by Andrew Hannam <[email protected]>
removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for Nokia6610 driver

b876f0fd523cbdc329fd0e6bacbbb662a6968231 authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #19 from inmarket/master

Updates to gdisp Nokia driver

4ad0935c6f9ea0c7d5276a8a901c44b601a33812 authored almost 12 years ago by Tectu <[email protected]>
Updates to gdisp Nokia driver

For gdisp Nokia driver
- Add get_bus and release_bus into the board interface definition
- Tidy ...

e34ebdcae5d457dda0d9d109951983c7e24bd588 authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #6 from Tectu/master

Merge Tectu changes

f6455189f809f651038ec8e35131ffbe22867d16 authored almost 12 years ago by Andrew Hannam <[email protected]>
removed the check for GDISP_USE_XXX since new drivers dont use this anymore

3cf6d6905f81a69817ef176236cdff024d1e119a authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #18 from inmarket/master

Nokia and Ili9320 gdisp drivers

ce4d7cf9336108cdd71cc4f0b456c1fb71a6794b authored almost 12 years ago by Tectu <[email protected]>
Gdisp lld driver corrections

Corrections to Nokia gdisp driver
- Fix for the application calling the unsupported gdispSetOrie...

4d521cff13cb24ee839986e2c2ddcdd56874d279 authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #5 from Tectu/master

Merge Tectu changes

00f95af7f8164b1300fc40748134bada9acf0483 authored almost 12 years ago by Andrew Hannam <[email protected]>
ILI9320 update

903adb1c24c69dfeceeaa6470d580364211f7be0 authored almost 12 years ago by Joel Bodenmann <[email protected]>
Backlight fix

a95c4933c4ef7631c077fc040076e71c8d46209a authored almost 12 years ago by Joel Bodenmann <[email protected]>
backlight and contrast value changed to uint8_t

81f6af7e453b4ac86264dd5197e185d0d4ed0d22 authored almost 12 years ago by Joel Bodenmann <[email protected]>
typo fix

6d18ad18c3c4fd091e7a733b8a68f2014ccf91cc authored almost 12 years ago by Joel Bodenmann <[email protected]>
implemented contrast and backlight functions for GDISP. Implemented those into ILI9320

4467b814f221c90455c23abadf537b4199a0de51 authored almost 12 years ago by Joel Bodenmann <[email protected]>
typo

2a01ab676296cee33ae9b693a1f7b7d04eec9405 authored almost 12 years ago by Joel Bodenmann <[email protected]>
ILI9320 update

93901d8f1741b15bcfab7245471cbce5778a56f4 authored almost 12 years ago by Joel Bodenmann <[email protected]>
new ILI9320 driver - please use as template

f66e79b64888bafed8055e5310f97a65c891acd9 authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #17 from inmarket/master

gdisp Win32 orientaion support. Revert Macro

0a8a5703913612fe8035c4dad3adb20a90dfe940 authored almost 12 years ago by Tectu <[email protected]>
Win32 orientation & gwin console line clear fixes

Fixes to Win32 orientation for scrolling
Improve the way line clearing is handled in gwin consoles.

67ae847970aee780fb28580bd17233df5f5bb3b2 authored almost 12 years ago by Andrew Hannam <[email protected]>
Mandlebrot - remove hardware specifics

Mandlebrot - remove hardware specifics

1c5ca344e85f23b84ce7cfd4e4ea8630f9c44c82 authored almost 12 years ago by Andrew Hannam <[email protected]>
Remove RGB565CONVERT()

Remove RGB565CONVERT() macro
Update madlebrot demo to use hardware independant way of setting th...

9566e80854c00de3ac90eb026e8c3196a5e168ad authored almost 12 years ago by Andrew Hannam <[email protected]>
gdisp Win32 Orientation support. Revert Macro

gdisp Win32 orientation support.
Revert to producing an error if GDISP_NEED_TEXT is not defined ...

014330d3a08104313feee8ce3dfed02fb79bf2d3 authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #4 from Tectu/master

Merge Tectu changes

27f1350081ecbcf00618a88c5590be27df275b95 authored almost 12 years ago by Andrew Hannam <[email protected]>
removed false ILI9320 code

ed73471f99dda8db0c4aa267291d9688b76a3d82 authored almost 12 years ago by Joel Bodenmann <[email protected]>
implemented power modes for ILI9320

7ccd3da85f9d913366eec5b8ed7109bd84430f9a authored almost 12 years ago by Joel Bodenmann <[email protected]>
small fix

fafe23f2e45d5ecc755f2115ddb517e831b338a4 authored almost 12 years ago by Joel Bodenmann <[email protected]>
added MCU driver dummy - not implemented yet

5683a9058ea098f4f5c4183376879ad51b782b45 authored almost 12 years ago by Joel Bodenmann <[email protected]>
added ILI3920 orientation dummies

0e6ddaf7ff3481712230530f84668d278950fc1b authored almost 12 years ago by Joel Bodenmann <[email protected]>
added ILI9320 driver - not finished yet, but working

eb6e5760fc508fa59bf6291dadb974955010ae3b authored almost 12 years ago by Joel Bodenmann <[email protected]>
GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON set to TRUE

c0de701066c25c79e2e5bd798575886ca2e6b7e0 authored almost 12 years ago by Joel Bodenmann <[email protected]>
set GWIN_NEED_CONSOLE default value to FALSE

112781baee6c1a3c7520e710eb609d0234c89edf authored almost 12 years ago by Joel Bodenmann <[email protected]>
fixed touchscreen output and removed console code

e8020a88c96c1781c60c5506bb820f35d7aba6ec authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #3 from Tectu/master

Merge Tectu Changes

33d7fe68b9cc5b509d468ecf21407482c0f0d257 authored almost 12 years ago by Andrew Hannam <[email protected]>
Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"

This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.

e8ee122321b72e4e4229a8ac985313054e929703 authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #16 from inmarket/master

Touch fixes. Deprecate Console

933ea0a8661fe4552036d9a392bcf2e822e6f60a authored almost 12 years ago by Tectu <[email protected]>
Touch Fixes. Deprecate Console

Touch:
- Move defines that may be altered by the touch config file to the lld
header file.
- Mov...

8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #2 from Tectu/master

Merge Tectu changes

e28a4dbd0e5306f40f2e778025fd0e4888d9d0ba authored almost 12 years ago by Andrew Hannam <[email protected]>
small doxygen fix

44bb28ed9259633d48bb526a681d0e6057c4da86 authored almost 12 years ago by Joel Bodenmann <[email protected]>
small doxygen fix

f05315e0c068e3761f3dc2d4fe3e55d109901ea6 authored almost 12 years ago by Joel Bodenmann <[email protected]>
GWIN doxygen fix

b6c5a0882e0deda081dabac39994a18211ca7fb9 authored almost 12 years ago by Joel Bodenmann <[email protected]>
docs

43a1300f13e56ce666fc0ad0c688da339f058150 authored almost 12 years ago by Joel Bodenmann <[email protected]>
cleanup

ccf7fc30687e8c93e18171c2e77b1821f54c2633 authored almost 12 years ago by Joel Bodenmann <[email protected]>
small doxygen update

37b5067de80d53cc13fce8475511857ad9c95780 authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #15 from mobyfab/master

Inverted touchpad fix

800869979fca8f738935f4e26331dbe27f992bf4 authored almost 12 years ago by Tectu <[email protected]>
Adding TOUCHSCREEN_XY_INVERTED define to the calibration function.

1ba2539b6c11402835e4f8554678f0c0e64dfbc1 authored almost 12 years ago by mobyfab <[email protected]>
touchscreen fixes

5f903622616a2f1686f3124bf56dd69479fd9454 authored almost 12 years ago by Joel Bodenmann <[email protected]>
removed unused RGB565CONVERT. Please use RGB2COLOR instead

8231e9738c20bd676943638830fedeb71ca1195d authored almost 12 years ago by Joel Bodenmann <[email protected]>
renamed tsIRQ() into tsPressed()

5a5db64288414162a31a7e755757c32ddf55bf6c authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #14 from inmarket/master

Win32 touch support

cc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319 authored almost 12 years ago by Tectu <[email protected]>
Added touch to gdisp Win32 driver

GDISP Win32 driver:
Fixed a window sizing bug
Added hardware scroll support
Added touchscreen in...

77e1371b86c6181da153d68b326c624486c1245c authored almost 12 years ago by Andrew Hannam <[email protected]>
Removed some hardware dependancies in HL drivers

Removed some hardware dependancies in high level drivers that had crept
in over time.

c069817f0c91ebbc8baa67cfade692f263a90d05 authored almost 12 years ago by Andrew Hannam <[email protected]>
Merge pull request #1 from Tectu/master

Included Tectu changes

0eeb2a2b8f0c6bfb77256522c720e6915d57c217 authored almost 12 years ago by Andrew Hannam <[email protected]>
added touchscreen files

affd9792ff42fab8f376bd2c87a71b25fd52baf7 authored almost 12 years ago by Joel Bodenmann <[email protected]>
untracked template files since out of date

8f31c5e632df70b6b0a4871680be0c436993a41c authored almost 12 years ago by Joel Bodenmann <[email protected]>
renamed touchpad into touchscreen

87b6d98055afff7c46bd6bdd7db7ba7c1d8e7a57 authored almost 12 years ago by Joel Bodenmann <[email protected]>
small macro update

995c9835c282e8904ff918e325f0491249bdcc89 authored almost 12 years ago by Joel Bodenmann <[email protected]>
small cleanup

61d2238b259e140164a3d1f54d6144be24dcb08c authored almost 12 years ago by Joel Bodenmann <[email protected]>
Merge pull request #13 from abhishek-kakkar/master

Touchscreen 3 point calibration support

3dd0b1a5af27fbc9a645f71616892977410bca1c authored almost 12 years ago by Tectu <[email protected]>
Touchpad Updates - 3 point calibration support +

Touchpad reads now return coord_t instead of uint16_t
tpTransform function does the calibration t...

f75a2ae91e81eec8fcb7159b485e6a79e70121fa authored almost 12 years ago by Kumar Abhishek <[email protected]>
Touchpad API update to return coordinates as coord_t instead of uint16_t

6105b88f8947b61bc804ab608219444ac9c7f50f authored almost 12 years ago by Kumar Abhishek <[email protected]>
small cosmetic fix

9592a878267ff16aaf7f7439b1448aac05fde4c2 authored almost 12 years ago by Joel Bodenmann <[email protected]>
a bit more doxygen

0458a02b762abdf5d52b8533f53ee1d1b0fa034c authored almost 12 years ago by Joel Bodenmann <[email protected]>
more doxygen

89baca2ef67b57b35e8df895ea952fac0b60fe19 authored almost 12 years ago by Joel Bodenmann <[email protected]>
big doxygen update - now it works as it should

17857d6e97429a34fc157270d5425528bab6a031 authored almost 12 years ago by Joel Bodenmann <[email protected]>
very small @file path fix

1fd69f3144d253106e2dc7017b448f2cf417a67b authored almost 12 years ago by Joel Bodenmann <[email protected]>
Revert "doxygen tweaks - not complete yet"

This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1.

a178db6f130bfd0eb7ee2f82c6788508e1a1fa7a authored almost 12 years ago by Joel Bodenmann <[email protected]>
doxygen tweaks - not complete yet

b86c313aa2f86836fd8801e1937b1410679d5cb1 authored almost 12 years ago by Joel Bodenmann <[email protected]>
removed doxygen of static internal functions

a39a8427d90f9d37ccc98060f08c8dbd6bcc5e94 authored almost 12 years ago by Joel Bodenmann <[email protected]>
small doxygen fix

8c1ffacd2e3069c280d9f580246b35df8cade6a1 authored almost 12 years ago by Joel Bodenmann <[email protected]>
release v1.4

f8976f84288bc474eec318df8fcd89ddd548e5ea authored almost 12 years ago by Joel Bodenmann <[email protected]>
added .gitingore

b0acbd1166789a4b307bc27ec50e732130c1e396 authored almost 12 years ago by Joel Bodenmann <[email protected]>
cleanup of doxygen

fa5ea7915073d42992c0cf91de6d4733633e1535 authored almost 12 years ago by Joel Bodenmann <[email protected]>
yes sir, please give us even more doxygen

66922e0fcbc1a9fd7c2bcc45193b49dacfdc9781 authored almost 12 years ago by Joel Bodenmann <[email protected]>