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

changed TP_CS macros. Added TP_CS_PORT

9b46b61f57a935cf759866d1fc2cb170e7b26d09 authored over 12 years ago by Tectu <[email protected]>
compiler error fix

21cb0c74548334694d6900fca25dae6874b99b0e authored over 12 years ago by Tectu <[email protected]>
fix

54fa2e561731ac8df1a06afbf759ae468d785860 authored over 12 years ago by Tectu <[email protected]>
whitespaces

02f58e279f1b3ddc2082722163f708c67f6d019d authored over 12 years ago by Tectu <[email protected]>
whitespaces

599af99046c76691e6212f75be3b5af76ec1141b authored over 12 years ago by Tectu <[email protected]>
prototype fix

3249a8e3bc06cb3dad6c50abacc445ad4738095a authored over 12 years ago by Tectu <[email protected]>
fixed lld_lcdReadStream()

c621e9f19281a568e351e1c0a9b8fd17d3b0202c authored over 12 years ago by Tectu <[email protected]>
Merge pull request #11 from trsaunders/master

Console support

1f43c6d654b9cbb86138c40e1f7f133d0bb5d214 authored over 12 years ago by Tectu <[email protected]>
fix merge

bb69ed37aad36fac6bdf1e2c9669caee5689630f authored over 12 years ago by trsaunders <[email protected]>
merge upstream changes

bdcbdd4c38b492bba01789ea44d971950ade5864 authored over 12 years ago by trsaunders <[email protected]>
tidy up comments

8a6337b4e746c3d9f42061b26aa2e17370b7db37 authored over 12 years ago by trsaunders <[email protected]>
add missing semi colon

44eb3583bc0333c20b6eac7a9be208cf7edbde55 authored over 12 years ago by trsaunders <[email protected]>
use max(height,width) to calculate buffer size

e4ec0e943270f3c249182e02210f1f78dfa7522b authored over 12 years ago by trsaunders <[email protected]>
more safety checks

1d09786fa445371c4b4898a8c35be1257e56d89d authored over 12 years ago by trsaunders <[email protected]>
tidy up

351c50cc48eb5468254a4fa4401e2de9536378a5 authored over 12 years ago by trsaunders <[email protected]>
small fix

3a5be9c67812c2ef16f335078f2ec8e8773d2144 authored over 12 years ago by Tectu <[email protected]>
shadowing fix

3ada10d048fd388394882afc886071764a592690 authored over 12 years ago by Tectu <[email protected]>
added shadow support for buttons

2c95af7413e3d97e3683876a8e201e4a408f5f2b authored over 12 years ago by Tectu <[email protected]>
example code update

de84bc984cd8e7937d2722e672b6f1f35ca0b985 authored over 12 years ago by Tectu <[email protected]>
name -> label

57a68c85d50451789450c57720d6d4a25e9f31a2 authored over 12 years ago by Tectu <[email protected]>
fix

f332a1bb9f10c7dc767a920e8c5d268f656dd048 authored over 12 years ago by Tectu <[email protected]>
some name changes

488cf397922d42b59c88c0a028eca8c26c4e6293 authored over 12 years ago by Tectu <[email protected]>
added guiDeleteElement

db7d8d0aeacc61e1fe75072b802e5f8790591181 authored over 12 years ago by Tectu <[email protected]>
more console work

c10f54e5aff2c465adcb486c1cb7b66ea3c21567 authored over 12 years ago by trsaunders <[email protected]>
guiDrawSlider() frame drawing

3d041a9d4b8c6592468b4b6e7dca29b4e243d795 authored over 12 years ago by Tectu <[email protected]>
added guiDrawWheel() dummy

191dbc088a36bca40d740f3e0e1ac17373be2b4e authored over 12 years ago by Tectu <[email protected]>
added wheel as GUI type

a1cc224472060b08e18a6f17e94852d8a461ccf9 authored over 12 years ago by Tectu <[email protected]>
added different GUI elements

f4917beb6a491ed061e1daa3d41ce913be1e6acd authored over 12 years ago by Tectu <[email protected]>
added type of GUI element

cc7943305eab42fd6f687a4dda1f19857ae0efb7 authored over 12 years ago by Tectu <[email protected]>
free memory

969377866601ce3bf1bd15de5a97b291b0f11560 authored over 12 years ago by Tectu <[email protected]>
added GUI usage demo

4fee89285eea5fa9af69ce1aed250ffc459f1b69 authored over 12 years ago by Tectu <[email protected]>
sleep fix in gui.c

9782c3edbcaf45f4ce3b82e9155f4d9cca17ed6e authored over 12 years ago by Tectu <[email protected]>
free memory

9ae31c538923bfee4631547735c8ca6d9d8a05a7 authored over 12 years ago by Tectu <[email protected]>
gui doc

6743cde23dc39204f972af24cde93806630bfaa2 authored over 12 years ago by Tectu <[email protected]>
GUI thread WA size fix

3a63bff54d5974b597b3a7115ec0b75eab7c5f95 authored over 12 years ago by Tectu <[email protected]>
guiInit() priority parameter

bef27b666391547b56768b2c126a39ec2baf28d6 authored over 12 years ago by Tectu <[email protected]>
guiDrawButton return value fix

574f97a7a18d2f708ab3d24037f52b6a5a10a1ea authored over 12 years ago by Tectu <[email protected]>
fixed active/inactive state of GUI elements

bbfc18bc27cac2abc276fe526ad7c8734515f946 authored over 12 years ago by Tectu <[email protected]>
implemented GUI button drawing

87888e474da82cfac4ad0ce8f03a1e9647542cd8 authored over 12 years ago by Tectu <[email protected]>
implemented linkedlist

588429506c668281354523fec3a7f9009901bf1f authored over 12 years ago by Tectu <[email protected]>
tidy up

7f306bab7638b0472fd47f47ed133fe77b41a499 authored over 12 years ago by trsaunders <[email protected]>
work in progress for partial area scroll

d96a491d321c7f668994d05e5a2ac7c119fb9f5b authored over 12 years ago by Thomas Saunders <[email protected]>
merge Abhishek's changes, small fixes for API changes

a51bb1bf5f298168d9b0964bf3a68a1090f8d00c authored over 12 years ago by Thomas Saunders <[email protected]>
add vertical scroll functions

79f7278f3df0c377390653fdab3496371fb1cc66 authored over 12 years ago by Thomas Saunders <[email protected]>
doc fix

12fa4500c84fdca32208753d1883c972f342c7ec authored over 12 years ago by Tectu <[email protected]>
doc

f2f18d3b8d8ae3ea5bd190b2abc21b832237cdf0 authored over 12 years ago by Tectu <[email protected]>
doc

310f0723b9d63d048b0d7b81b477195fa22de78a authored over 12 years ago by Tectu <[email protected]>
ssd1289 fix

a52393a483e29928770c8ea127c500f650e04c19 authored over 12 years ago by Tectu <[email protected]>
whitespaces

bea97894b50f6cbb4fa4b3c0cafa256c7c85d91b authored over 12 years ago by Tectu <[email protected]>
GPIO interfacing rewrite

484daa395a7b74692657730b4f487e58b2e231fd authored over 12 years ago by Tectu <[email protected]>
lld GPIO lsb/msb order fix

ccf2780be97616371395c974f1f59d1f664e32af authored over 12 years ago by Tectu <[email protected]>
ssd1289 driver fix

9e5cd3140a56c3097b62029994cc33216e823c36 authored over 12 years ago by Tectu <[email protected]>
lld_lcdWriteGPIO() return type

84c868d5f5ae60b893441cb9f2b8b10f2ac8034b authored over 12 years ago by Tectu <[email protected]>
guiInit() returns pointer to created thread

192282d6aff3a7fbe7c73e7c181d62955586bbce authored over 12 years ago by Tectu <[email protected]>
compiler warnings

f2cb8a0c5310430a88c3392f8f7b8048da97dbc5 authored over 12 years ago by Tectu <[email protected]>
documentation

4bd671ed2e2a9aaf05f0d4b415c30d3358d58e9d authored over 12 years ago by Tectu <[email protected]>
GUI threads do now take active/inactive state

7401ade97dbfcb851e9155bbabdb061b2b769492 authored over 12 years ago by Tectu <[email protected]>
whitespaces

e543f15633db2fc915245c5ede020c30e633c1a4 authored over 12 years ago by Tectu <[email protected]>
remove BaseSyncronousStream interface from GLCDDriver

08a70cc3ce9fde4e9dd89db1ab7f60330cf7af4e authored over 12 years ago by Thomas Saunders <[email protected]>
ssd1289 GPIO interface abstraction

ed70b3acc48e16f9c7640ef95152ea6037901e8e authored over 12 years ago by Tectu <[email protected]>
implemented lld_lcdWriteGPIO() for SSD1289

73e0021db2fc2a92d4d79129ba5af058e7c85c68 authored over 12 years ago by Tectu <[email protected]>
ssd1289 GPIO split into two 8-bit groups

89a597bfc475e8668e7a8c3849dab4f932a63383 authored over 12 years ago by Tectu <[email protected]>
clear the end of lines when shifting down

23a3bf0efa969cf8f3443c6b148fa7f2b6cd74af authored over 12 years ago by Thomas Saunders <[email protected]>
some fix, just esthetical

609af8f9a8676411e8cd9a591bc2584f5c7b4f8b authored over 12 years ago by Tectu <[email protected]>
graphDrawSystem() does take now grid-X and grid-Y values

17feb4361e02ceefb3266063ceb04e714895ddb6 authored over 12 years ago by Tectu <[email protected]>
added contributors to readme

9aba8fad0abf52ccb78190bdf60462e8086fbb35 authored over 12 years ago by Tectu <[email protected]>
added power modes demo

d2471ca6f3907256a5a74b58b5d263a76efe6ed6 authored over 12 years ago by Tectu <[email protected]>
ssd1289 powermodes implemented (powerOn, powerOff, sleepOn, sleepOff)

de71035ce4bab711d03514d3137b812f8634e405 authored over 12 years ago by Tectu <[email protected]>
text scrolling sort of starting to work

but it is slow and the font has artefacts, probably because a fixed
width is being used

5c7d3819be53ede62bffccaadc70ee5fc0734d5c authored over 12 years ago by Thomas Saunders <[email protected]>
removed glcdconf.h

it makes more sense for this config to be in the board file /
application header / chconf.h

d0e3a0636e052594bc0f2794527a9e0f0b9aa43a authored over 12 years ago by Thomas Saunders <[email protected]>
more console stuff

427346aaf231e91b2c025f62152380d36e7ea6a5 authored over 12 years ago by trsaunders <[email protected]>
starting work on virtual console

0f377dc9efe9cf2a3d14413188d6f61f0f22b8d0 authored over 12 years ago by trsaunders <[email protected]>
Revert "very dirty fix"

This reverts commit 0a31b48c5ac0a706fb15a64d6c7ee1f49151cc0d.

83f22aaeb65b2cbff240313a851748d3e771e03d authored over 12 years ago by Tectu <[email protected]>
very dirty fix

0a31b48c5ac0a706fb15a64d6c7ee1f49151cc0d authored over 12 years ago by Tectu <[email protected]>
graph does now take int instead of int16 arrays

1445173ac6e562817fda8b3890689b1d07a05ceb authored over 12 years ago by Tectu <[email protected]>
Merge pull request #10 from trsaunders/master

BaseSequentialStream abstraction

ff966fff92275edf48add7bff1f0ff214312caec authored over 12 years ago by Tectu <[email protected]>
revert glcdconf.h

c57e619d97627041fdd85bf4e89df4cd69f85f63 authored over 12 years ago by trsaunders <[email protected]>
added warning

45aa4742aa0d4e62c9119e8a5eea2e2582e9f415 authored over 12 years ago by trsaunders <[email protected]>
added lcdSetPowerMode()

6a2a70e8e68d999e5b8cea74ef49b37e8be3aeda authored over 12 years ago by Tectu <[email protected]>
moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.h

b3fedc8b80bed89957c02eedfb5af336a8399a4e authored over 12 years ago by Tectu <[email protected]>
BaseSequentialStream support

57c7ec763be48bfc0fa5801191092fcace8e761b authored over 12 years ago by trsaunders <[email protected]>
cleanups

38b5410f2d47b327762a62a87fea477d172e7868 authored over 12 years ago by Tectu <[email protected]>
Merge pull request #9 from trsaunders/master

C++ support, FSMC interface for SSD1289

ecf0fceb195395a51aa7eef07932da0174fcff86 authored over 12 years ago by Tectu <[email protected]>
c++ compatibility, FSMC driver for ssd1289

1f1f9ee38a6c2beb38285d550728d9661d0dc698 authored over 12 years ago by trsaunders <[email protected]>
Merge pull request #8 from abhishek-kakkar/master

Implemented writeStream methods for the S6D1121 controller

6e76a59d10e6cd18c6de36c63c7ae967f94a35a0 authored over 12 years ago by Tectu <[email protected]>
Implemented writeStream functions for S6D1121

Nomenclature change lld_ prefix to low level functions

24648e2342ce1770042814160ba937c4bbd4b3eb authored over 12 years ago by Kumar Abhishek <abhishek@kumar>
cleanups

07d992ea1dd9aee3fcd67c2ac10de86a8af2f73e authored over 12 years ago by Tectu <[email protected]>
small cleanup

096e6c4ed97c0276ae2cf39a01319ddf5aac4488 authored over 12 years ago by Tectu <[email protected]>
ssd1289 fix

534957a2d3bc8fe388e0a36a99956079553947e5 authored over 12 years ago by Tectu <[email protected]>
ssd1289 fix

37bd82380c84d9433d322dd5decc0bc8add29bb9 authored over 12 years ago by Tectu <[email protected]>
ssd1289 lld_lcdWriteStream() implementation

96319a780e05d4be9a2ae5ff61d1f58398e190e4 authored over 12 years ago by Tectu <[email protected]>
added lcdWriteStream start and stop functions

f8997e5703c2c02a35f580b69dba58399ad84cf5 authored over 12 years ago by Tectu <[email protected]>
added static lcdWriteStream

a69832f4ec69abc9bcecc3f391baf07794164c08 authored over 12 years ago by Tectu <[email protected]>
ssd1289 fix

53d24f51c056f6f942190757becd6cb614c2832f authored over 12 years ago by Tectu <[email protected]>
cleanups

00646326aa70bcda62f6ad1afbd1b553eedab3ef authored over 12 years ago by Tectu <[email protected]>
restructure

d4625a1e6a21640a4eed51bf4f6162e611aac5c4 authored over 12 years ago by Tectu <[email protected]>
lcdFillArea now lld

49b3daab083a62ca96f73745fc415bbd78f6034e authored over 12 years ago by Tectu <[email protected]>
Revert "lcdFillArea() is now lld"

This reverts commit 5defef1c1dccddea6706ffdb13a124f4a57a3c5b.

8ebd8887d382d882ca062ee58bd395b9cc7e6a19 authored over 12 years ago by Tectu <[email protected]>
lcdFillArea() is now lld

5defef1c1dccddea6706ffdb13a124f4a57a3c5b authored over 12 years ago by Tectu <[email protected]>
small fix

406106b136cd72e0f5efca68b6c5d4a1a85802a5 authored over 12 years ago by Tectu <[email protected]>