The offical µGFX repository.
Find a file
Mateusz Tomaszkiewicz d3d561535b gdisp: fixed bug in line drawing function
There was a problem when you drew a line from (x0,y0) to (x1,y1) and
these points met following conditions: y0 = y1 and x0 > x1. The viewport
was set incorrectly to start from (x0,y1) when it should start from
(x1,y0) since x1 is lower in this case.
(x1,y1) would be also OK since y0 = y1.
2013-06-26 00:47:13 +02:00
demos License header updates 2013-06-15 21:37:22 +10:00
docs cleanup & tdisp warning fix 2013-05-20 05:59:28 +02:00
drivers quick board file fix 2013-06-24 23:52:13 +02:00
include gdisp: fixed bug in line drawing function 2013-06-26 00:47:13 +02:00
src License header updates 2013-06-15 21:37:22 +10:00
tools/file2c License header updates 2013-06-15 21:37:22 +10:00
.gitignore Had extra elements to gitignore and fix image problems created by github 2013-06-02 18:55:59 +10:00
codingstyle.txt removed GDISP_LLD() macro - fix 2013-02-11 09:25:45 +01:00
Doxygenfile doxygen update 2013-06-02 16:27:14 +02:00
gfx.mk More GOS module changes 2013-05-26 02:06:55 +10:00
gfxconf.example.h added basic implementation of checkboxes (functional) 2013-06-02 06:13:28 +02:00
license.html minor fix to GFX license v1.1 2013-06-18 00:18:18 +02:00
readme.txt removed GDISP_LLD() macro - fix 2013-02-11 09:25:45 +01:00
releases.txt Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00

please visit http://chibios-gfx.com