index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
New GDISP now supports multiple controllers with different pixel formats.
inmarket
2013-11-05
21
-108
/
+442
|
*
Fixes to gdisp vertical scrolling.
inmarket
2013-11-05
1
-4
/
+38
|
*
English grammer correction
inmarket
2013-11-05
1
-1
/
+1
|
*
Fix to streaming read pixel for Win32 driver in emulation mode.
inmarket
2013-11-05
1
-5
/
+5
|
*
Auto-generate pixel formats using macro's.
inmarket
2013-11-05
20
-189
/
+385
|
*
Linux board defintions
inmarket
2013-10-29
4
-0
/
+170
|
*
Win32 board definitions.
inmarket
2013-10-29
6
-0
/
+1094
|
*
Better debugging for Win32 driver
inmarket
2013-10-29
1
-3
/
+1
|
*
Updates for the Mikrmedia STM32 M4 board
inmarket
2013-10-29
4
-18
/
+10
|
*
ILI9341 driver fixes
inmarket
2013-10-29
2
-29
/
+5
|
*
Make the hardware depedant options clearer for the widgets demo
inmarket
2013-10-29
1
-1
/
+5
|
*
Removal of obsolete reference to GDISP_NEED_ASYNC
inmarket
2013-10-29
1
-3
/
+2
|
*
Clean up the driver directory structure by moving all board specific files in...
inmarket
2013-10-28
28
-914
/
+768
|
*
uGFX board definition for the Mikromedia STM32 M4 board.
inmarket
2013-10-28
16
-0
/
+5718
|
*
Add readme's to the board directories
inmarket
2013-10-28
4
-15
/
+26
|
*
Create uGFX board directories which include example Makefiles.
inmarket
2013-10-28
23
-111
/
+1501
|
*
Rename GDISP driver files to prevent problems when compiling for multiple con...
inmarket
2013-10-28
36
-886
/
+886
|
*
New ILI9341 driver - not working fully yet (some display issues)
inmarket
2013-10-28
6
-0
/
+782
|
*
No doxygen comments in any C file now. They are all in the h files
inmarket
2013-10-28
1
-1
/
+1
|
*
Fix spelling error and migrate demo gfxconf.h changes to all demos including ...
inmarket
2013-10-28
31
-314
/
+115
|
*
Remove 3rd party boing demo as it is replaced by the new hardware independant...
inmarket
2013-10-28
2
-150
/
+0
|
*
Merge changes from release v1.9 in preperation for v2.0
Joel Bodenmann
2013-10-28
2
-2
/
+2
|
*
uncommented GOS selection in GDISP and GWIN demos
Joel Bodenmann
2013-10-28
16
-76
/
+76
|
*
updated GDISP and GWIN demos
Joel Bodenmann
2013-10-28
49
-792
/
+441
|
*
Bugfix... how could we miss this?
Joel Bodenmann
2013-10-28
1
-0
/
+2
|
*
GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requ...
Joel Bodenmann
2013-10-28
1
-2
/
+2
|
*
moved include headers to correct location
Joel Bodenmann
2013-10-28
2
-8
/
+11
|
*
Test fix for ILI9320 driver.
Joel Bodenmann
2013-10-27
2
-4
/
+9
|
*
fixed orientation stuff in widgets demo
Joel Bodenmann
2013-10-26
1
-4
/
+4
|
*
Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming
Joel Bodenmann
2013-10-26
1
-1
/
+1
|
|
\
|
|
*
Compile Fix for Nokia6610GE12
Joel Bodenmann
2013-10-26
1
-1
/
+1
|
*
|
whitespaces
Joel Bodenmann
2013-10-26
2
-28
/
+28
|
|
/
|
*
Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into GDISPS...
inmarket
2013-10-26
1
-0
/
+4
|
|
\
|
|
*
Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming
Joel Bodenmann
2013-10-26
4
-18
/
+32
|
|
|
\
|
|
*
|
Nokia6610GE8 compiler warning
Joel Bodenmann
2013-10-26
1
-0
/
+4
|
*
|
|
Compile fix for GE12
inmarket
2013-10-26
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Merge remote-tracking branch 'origin/GDISPStreaming' into GDISPStreaming
inmarket
2013-10-25
2
-26
/
+40
|
|
\
|
|
|
*
fixed RA8875 board file for marlin
Joel Bodenmann
2013-10-24
1
-25
/
+39
|
|
*
fixed board file name (all the others are upper case as well)
Joel Bodenmann
2013-10-24
1
-1
/
+1
|
*
|
Fix SSD1306 driver and board files to allow for seamless transfer of the comm...
inmarket
2013-10-25
4
-18
/
+32
|
|
/
|
*
Add multiple display support to GWIN.
inmarket
2013-10-24
23
-209
/
+237
|
*
Add multiple display support to image decoding.
inmarket
2013-10-24
5
-72
/
+75
|
*
Store the display locally within the mouse structure.
inmarket
2013-10-24
2
-32
/
+49
|
*
New: ginputSetMouseDisplay() to allow the mouse to work with a non-default di...
inmarket
2013-10-24
2
-38
/
+64
|
*
Bug fix to GDISP API
inmarket
2013-10-24
1
-1
/
+1
|
*
GDISP Win32 driver bug fix
inmarket
2013-10-24
1
-10
/
+20
|
*
Add initial orientation to the widgets demo.
inmarket
2013-10-24
1
-0
/
+4
|
*
Fix invalid return value in gwin/lists.c
inmarket
2013-10-24
1
-1
/
+1
|
*
Slight improvement to the precision of the GMISC invsqrt() function.
inmarket
2013-10-24
1
-1
/
+1
|
*
GMISC invsqrt() function.
inmarket
2013-10-24
5
-30
/
+98
[prev]
[next]