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

Update some doxygen documentation

257f7364f8722af721e8b4ee10d75839486e8ae1 authored about 11 years ago by inmarket <[email protected]>
Remove unnecessary file from RA8875 driver.

3cacf9cee22806c6b7c814fdff9ae93dcac1c884 authored about 11 years ago by inmarket <[email protected]>
Driver RA8875 converted to new driver format.

8210418402dba694026de4c1945e824a9841fc66 authored about 11 years ago by inmarket <[email protected]>
Added a post_init_board() routine to SSD1289 to allow bus timings to be changed after controller initialisation is complete.

8fb676f73b8f53da4464cf8780dea337c22220f6 authored about 11 years ago by inmarket <[email protected]>
SSD1289 driver updated for multiple display support

e1744e59ab70ced14a76ff133c50504f8e2a68af authored about 11 years ago by inmarket <[email protected]>
Bugfix to remove compile error that only affects GCC ARM compiler

4c29822a756168779436a5c0b3af0c85ecb7d66d authored about 11 years ago by inmarket <[email protected]>
Tiday up driver makefiles

bc79e65ffa90162111675f8e7d3dbd302011a23c authored about 11 years ago by inmarket <[email protected]>
Change gfxconf.h to match updated multi-controller support

2996e701ad223f70c2bf63a5eddf8fd0de9854bb authored about 11 years ago by inmarket <[email protected]>
added label define to gfxconf.h

86c6fdf77bfd096aafec6ac4baadbfba4a537ed3 authored about 11 years ago by Joel Bodenmann <[email protected]>
added label define to gfxconf.h

0ad1ed358be0ea9b47163aeb78aa1a90a33419de authored about 11 years ago by Joel Bodenmann <[email protected]>
Multiple controller support can now auto-detect hardware capabilities at run-time.

Specific hardware support can still be turned off or on via macros in gfxconf.h to improve effici...

86a57349128197f58cf3f103e9adf9c2c348d418 authored about 11 years ago by inmarket <[email protected]>
New demo for multiple display support.

3b8c57255247a8774fa03ce259b9f8640488a1f9 authored about 11 years ago by inmarket <[email protected]>
Compile time fix to text rendering.

Updated gdisp Get/Set Display routines to a more logical API.

ea4af865f11cd18ac1b3d33fb9951f7527a42ab7 authored about 11 years ago by inmarket <[email protected]>
X11 multiple display now tested

769766aa4ad4d35a8aa94ff5cf2df2b88549d426 authored about 11 years ago by inmarket <[email protected]>
Multiple display update for X11 driver.

Untested.

75ed6842750ac4c43964604905a8459384dfdb65 authored about 11 years ago by inmarket <[email protected]>
Multiple displays across one or more controllers is now fully supported.

Only the Win32 driver supports this so far.
Other drivers are currently broken due to API changes...

d22bc07e7adf459b2b83fcd0e5bd6475c18e1e9a authored about 11 years ago by inmarket <[email protected]>
Updates from main-line code

b3ee216bd2565e8ab9298f1f54b8e6df762b7d58 authored about 11 years ago by Joel Bodenmann <[email protected]>
fixed define typo...

15c5fecd21884ece31879d3c4ab9a1489c82b1fc authored about 11 years ago by Joel Bodenmann <[email protected]>
gfxconf cleanup

4e68a7732e1a9c101498fd7945ffec20294509d2 authored about 11 years ago by Joel Bodenmann <[email protected]>
added thread priorities to gfxconf.h

8b6e95de7326382f75e1d1ee1069d39f774d5299 authored about 11 years ago by Joel Bodenmann <[email protected]>
Updates to ported drivers to support new optimisation method.

Includes Bug fixes.

d7d02395d0c1afe27bc39eeddc17899084c72de9 authored about 11 years ago by inmarket <[email protected]>
New optimisation method for some streaming drivers. It should improve speed by about 30% for those controllers that support it.

884db04e8c13d9258c6aea10248e42615e10ab83 authored about 11 years ago by inmarket <[email protected]>
Compile error fix.

Nokia GE8 - scale contrast correctly.

8408e020b4a80f40ccbc15378a85fa2ce09da361 authored about 11 years ago by inmarket <[email protected]>
Nokia6610 GE12 driver ported to streaming.

Also added orientation and power control.
Untested.

77872d856086241f671dd7b265c9869ed0c54984 authored about 11 years ago by inmarket <[email protected]>
Driver ILI9481 ported to streaming driver

9413f04672b80baec6781b4f2058cdf6e167cd55 authored about 11 years ago by inmarket <[email protected]>
ILI9325 driver ported to streaming interface

7d95523946fe5bdacc6f92a2bad715f0bc492920 authored about 11 years ago by inmarket <[email protected]>
Tidy up some code so it looks more standard accross drivers

c132a5bb8ada70bc0a77832033ee6fd68293ceea authored about 11 years ago by inmarket <[email protected]>
ILI9320 driver ported to streaming interface.

fd01f1a4f3569e84884c46388e2e3df7e1647365 authored about 11 years ago by inmarket <[email protected]>
HX8347D driver ported to new streaming structure (untested)

07f96ec3ee34fd4b4fffe2e6afbe50e982555fcb authored about 11 years ago by inmarket <[email protected]>
Allow initial driver settings to be overridden by the board file

dd54d42f004adfb54f8512ee8ea61b884e855672 authored about 11 years ago by inmarket <[email protected]>
SSD1289 tidy up

2c11cc3b942f2e3413a93f86d11db23c8cf6b1a7 authored about 11 years ago by inmarket <[email protected]>
More orientation fixes for SSD1289.

Orientation is now supported purely in RAM addressing direction which means the orientation of th...

3480001a799fe072b264bac58cca4d176b05ce3a authored about 11 years ago by inmarket <[email protected]>
SSD1289 fixes

3b1b5a4208ab8c29c9bb2f6eb448fd60e6cfe490 authored about 11 years ago by Joel Bodenmann <[email protected]>
GDISP X driver fixes

0f7777395b30ea8cec02b3230ed250eee7d34f16 authored about 11 years ago by Joel Bodenmann <[email protected]>
Scolling fix in X driver and removal of compiler warning.

39c10335a38c5ebd13613c5d3d433a0682fc2a6c authored about 11 years ago by inmarket <[email protected]>
More SSD1289 orientation fixes and tidy-up

fdb74b412a01668795802840efe90ece3773478a authored about 11 years ago by inmarket <[email protected]>
SSD1289 streaming driver (untested)

X streaming driver (untested)
Nokia6610 fixes
Read pixel streaming support for low level driver.

6499da5be310f8f3ef8f2d11dfcfb662499c8c17 authored about 11 years ago by inmarket <[email protected]>
updated notepad demo text

a370394dbb0b5bf2ae1fbb2838b8b09956bfe38e authored about 11 years ago by Joel Bodenmann <[email protected]>
SSD1289 area filling fix

ebecc798074921b04d5bb9a07995635c4987bd62 authored about 11 years ago by Joel Bodenmann <[email protected]>
updated notepad demo text

a2aa837e09cd80a3d2fd9bd3097062ab06905227 authored about 11 years ago by Joel Bodenmann <[email protected]>
SSD1289 Area fill fix

3b8f14e2c8f03bcddfc1c274462bb46bc189c808 authored about 11 years ago by Joel Bodenmann <[email protected]>
docs

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

c1e84a9ebd20a618183377e475526f15963c86fb authored about 11 years ago by Joel Bodenmann <[email protected]>
Merge remote-tracking branch 'origin/master'

2a2e86917ea401c8d72cea72798c237908fd62db authored about 11 years ago by inmarket <[email protected]>
Update animated image demo to better support small displays

4c5587b78d359621f0c0bfa2d95d0603b3558191 authored about 11 years ago by inmarket <[email protected]>
Fix compiler warning in image code

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

b18d42a64647958a18ba240e31657ce3bd5d1ad8 authored about 11 years ago by Joel Bodenmann <[email protected]>
Nokia6610 GE8 driver: Orientation support and fixes for some controller nasties

c71a227efdfc7c9dbb65259b6d010333a07193c6 authored about 11 years ago by inmarket <[email protected]>
GDISP Streaming bug fixes and new optimisation method

548eb3c981772ec4be1211352867f2edcdc24423 authored about 11 years ago by inmarket <[email protected]>
Update animated image demo to better support small displays

a7360c13c2f4527d38888a249d2ce83ed2dc41f0 authored about 11 years ago by inmarket <[email protected]>
Fix compiler warning in image code

9c55df546763b9fd4912d3fbb36af1e2990969ba authored about 11 years ago by inmarket <[email protected]>
Useless leftover from ASYNC support is now removed

2907c6114dabb4287e12b21313f3ab35b5c4a628 authored about 11 years ago by inmarket <[email protected]>
Nokia6610 streaming driver orientation is NOT supported yet

5541e6a96c34fbb5bdfe4a491e8acb1107d290ce authored about 11 years ago by inmarket <[email protected]>
Add driver for ED060SC4 e-ink display panel

a8688eef3923dd85afb02a5bb4761a572c0cfc51 authored about 11 years ago by Petteri Aimonen <[email protected]>
Nokia6610 streaming driver. Orientation not supported yet in this new driver version.

5eabbaf7bf34463b52fb8deb96ff6df0f5a851ec authored about 11 years ago by inmarket <[email protected]>
Rename a macro and fix some bugs

30154560b6f588c42032bce94152676c3756124e authored about 11 years ago by inmarket <[email protected]>
Update to streaming demo program to only update the needed area (results in much faster display on slow devices)

Also now demonstrates streaming to a non-full screen area.

c5ceb31e730b31f003b3b61c1172670e6e549994 authored about 11 years ago by inmarket <[email protected]>
Merged in PetteriAimonen/ugfx-ed06sc4 (pull request #1)

Add driver for ED060SC4 e-ink display panel

fd0196f7654c4f7a329e29e6de778a41f228ceb6 authored about 11 years ago by Joel Bodenman <[email protected]>
Add driver for ED060SC4 e-ink display panel

8940b4872e13b76fc85e4fcaaef59ce03eac86c5 authored about 11 years ago by Petteri Aimonen <[email protected]>
New streaming demo

f16d80e099fd7e7fad241d8d08525920235893e5 authored about 11 years ago by inmarket <[email protected]>
New inverse square root accelerated math function

d704c2f6d05ecaffa644213f728ed2d0182eeaee authored about 11 years ago by inmarket <[email protected]>
GDISP streaming bug fixes

Win32 bitmap support
Win32 Rotation is back to front. Need to check touch and other drivers.

973e34089e33f06cfd9ed560db968870e22c2b8a authored about 11 years ago by inmarket <[email protected]>
Fix bug where freed memory is written to.

bbed625a2aacb312bb0767292f1cb08baf2a7a75 authored about 11 years ago by inmarket <[email protected]>
Fix bug where freed memory is written to.

40ec5a4e522450458fac6f4c5c9011623b9fa328 authored about 11 years ago by inmarket <[email protected]>
Update demos so OS can be specified in the Makefile

15a09de6592ec8548057f640eb16c452ac9fa296 authored about 11 years ago by inmarket <[email protected]>
Fix some compiler warnings

96c4131ca1f1ff3573d393e51d51d38c3b2cc215 authored about 11 years ago by inmarket <[email protected]>
Scrolling emulation when not supported by hardware

Start of new multiple display support
GDISP performance optimisations
Documentation updates
Win32...

b25ac5e667d98f2915831a74707f6ec198a4498b authored about 11 years ago by inmarket <[email protected]>
Use scrolling console in widget demo by default

85aa1f03edd406f1499e4835e1591ad545e5354e authored about 11 years ago by inmarket <[email protected]>
Update demos so OS can be specified in the Makefile

6858e33285e8c8ac4dc7285dd261152eecaee060 authored about 11 years ago by inmarket <[email protected]>
Fix some compiler warnings

01a6d6ff95d72e6e9107d8c3e386c2bd2ce5c28d authored about 11 years ago by inmarket <[email protected]>
Merge remote-tracking branch 'origin/master' into GDISPStreaming

71ccbb32e12f95a60c40c3639910a2cc1fb5bfbd authored about 11 years ago by inmarket <[email protected]>
docs

47f06373f361bf7cdea36ba167ee54afc60960c0 authored about 11 years ago by Joel Bodenmann <[email protected]>
added cyrillic font demo

a7fecd2a0b2fb39762b769c258dde701dcb231bf authored about 11 years ago by Joel Bodenmann <[email protected]>
Added ST7565 driver by user sam0737

bf3761e0f2f4096081602238642d2393bfe5842f authored about 11 years ago by Joel Bodenmann <[email protected]>
GDISP revamp - stage 1

New low level driver interface: Only Win32 ported currently
Significant reduction in GDISP stack ...

6e4437255b603b5b25360481507099dd9b92f942 authored about 11 years ago by inmarket <[email protected]>
Update fonts files to allow compiling without GDISP_NEED_TEXT.

439426667990b90f76f759ae8f993215c16770cd authored about 11 years ago by inmarket <[email protected]>
Update demos slightly.

b53ab7adf4f04ad1da30c3a7fd7e9fecd0404d83 authored about 11 years ago by inmarket <[email protected]>
fixed SSD1306 license headers

05039b6af23e71b6930f1f9c8cebd446eec7c94a authored about 11 years ago by Joel Bodenmann <[email protected]>
Added SSD1306 driver by user goeck

fa5962eef0094d1b174c8763e456b2c8127a4341 authored about 11 years ago by Joel Bodenmann <[email protected]>
added list widget to gfxconf

273d747b01c707decca7c4a5b50300434db99f87 authored about 11 years ago by Joel Bodenmann <[email protected]>
docs

7ca851c840fe8859dd69e004b69616aa60aeb871 authored about 11 years ago by Joel Bodenmann <[email protected]>
Update old demos for new fonts.

bbdbd637f00348357fb7919adfe8a3f406f1451d authored about 11 years ago by inmarket <[email protected]>
Add new font demo showing how to include user application fonts.

0e707769b41167f24a7dabcec735191b3d243c25 authored about 11 years ago by inmarket <[email protected]>
Improve font name searching.

323f53e1dc19c03d803ce4501af7fb878a512855 authored about 11 years ago by inmarket <[email protected]>
Add new hand built bitmap fonts to replace old UI1 and UI2.

Allow scaled fonts to be staticly defined.
Update new fonts handling so UI1 and UI2 have Narrow a...

a2b27a6f5c404a8b8883c0f7d50279550120035a authored about 11 years ago by inmarket <[email protected]>
Remove unnessary header file in demo

964ebc6e4a4ac647ad6c28bf8820f60fedcc0a95 authored about 11 years ago by inmarket <[email protected]>
Merge branch 'master' into fonts

7625ac45487d831e3ba7ffc7391f631aa934ab91 authored about 11 years ago by inmarket <[email protected]>
doxygen fix

a4daa77b90f935557861570d350e5233fada77e2 authored about 11 years ago by Joel Bodenmann <[email protected]>
added SSD1963 example files

e3eaad114fb4a77785e453265c688e23b5b86613 authored about 11 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' into fonts

9ebd3530fa72937c183c4161b12d284cf10575f9 authored about 11 years ago by inmarket <[email protected]>
Fix GWIN lists font handling.

118f87afb1604a3defd0952512f7bb29d1b82f54 authored about 11 years ago by inmarket <[email protected]>
Update widget demo so list 3 is multi-select

ac2baed7e5d733ca93efb25e8795687ffa6e394c authored about 11 years ago by inmarket <[email protected]>
Merge branch 'master' into fonts

a2632f0d31b1feb96649b6ae57800eae13e0bbcd authored about 11 years ago by inmarket <[email protected]>
Add image support to GWIN Listboxes.

Updated GWIN widgets demo to match.

2e91479bd576160b475cc63d1f43cc119d90e187 authored about 11 years ago by inmarket <[email protected]>
Release notes update

171276e85f14cae3702b98d026881f348c00b2e0 authored about 11 years ago by inmarket <[email protected]>
Add GWIN List multi-select support

312e759124098da0d6e2223698d39cb21bf9d5ae authored about 11 years ago by inmarket <[email protected]>
Merge branch 'master' into fonts

157ec08034c44957afbc24a16486a680708a4379 authored about 11 years ago by inmarket <[email protected]>
Update GWIN list.

Now supports item and page scrolling.
A few bugs fixed.

b0b35396395c3eadc5a656df995a17b266c4b374 authored about 11 years ago by inmarket <[email protected]>
Update some GQUEUE prototypes

58b52600138435073803de6844b4adb48b501307 authored about 11 years ago by inmarket <[email protected]>
Add color blending to GDISP

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