summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib
Commit message (Expand)AuthorAgeFilesLines
* Missing parenthesis in NXGL code; add debug output to LPC1788 LCD driverpatacongo2013-03-281-1/+1
* Fix the fat, flat line bugpatacongo2012-12-021-95/+286
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-1/+2
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-2/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-26/+26
* Email address change in nuttx/patacongo2012-09-1330-30/+30
* Fix a divide-by-zero error in the trapezoid drawing logicpatacongo2012-06-062-9/+35
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-103-26/+30
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-6/+8
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-1/+1
* Add logic to read from graphics memorypatacongo2011-10-226-11/+338
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-173-3/+170
* Fix nxgl_splitline bugpatacongo2011-08-251-3/+6
* Add a test of the circle rendering logicpatacongo2011-08-242-10/+10
* Add circle drawing interfacespatacongo2011-08-244-4/+353
* Misc documentation/LCD-related updatespatacongo2011-08-051-1/+1
* Completes test of line/trapezoid drawing routinespatacongo2011-08-042-9/+2
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-032-23/+43
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-034-51/+92
* Add NX line drawing interfacespatacongo2011-08-021-3/+4
* Add nxgl_splitline()patacongo2011-08-022-1/+315
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3110-14/+352
* Move NX header files to include/nuttx/nxpatacongo2011-07-2427-54/+54
* Correct 1-bit errors in intersection calculationspatacongo2011-04-201-4/+41
* P14201 driver now uses new SPI cmddata methodpatacongo2010-12-044-4/+4
* Fix case where rectangle is moved horizonatllypatacongo2010-08-081-2/+3
* Fix rectangle logicpatacongo2010-08-081-12/+39
* Eliminate warningpatacongo2010-08-081-2/+2
* Fixes a couple of display artifactspatacongo2010-05-201-1/+1
* NX for 4bpppatacongo2010-05-151-3/+3
* More NX LCD fixespatacongo2010-04-231-3/+1
* Fix a couple more LCD bugspatacongo2010-04-211-1/+1
* Code complete for NX for LCDpatacongo2010-04-182-70/+40
* Finish copy run logicpatacongo2010-04-181-51/+228
* Progress on copy rectanglepatacongo2010-04-173-17/+190
* Fix move rectangle logicpatacongo2010-04-174-119/+48
* Fill trapezoid for LCDpatacongo2010-04-171-111/+88
* Rectangular fills compile for LCDpatacongo2010-04-173-11/+202
* 1st round of fixes for LCD buildpatacongo2010-04-172-2/+3
* updatepatacongo2010-04-171-1/+1
* Framework for LCD rasterizerspatacongo2010-04-174-0/+758
* Separating out framebuffer dependenciespatacongo2010-04-1719-45/+37
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1523-123/+120
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Clean-up and document NX configuration settingspatacongo2008-12-054-5/+5
* Fonts are integatedpatacongo2008-12-041-2/+4
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-4/+6
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-041-5/+18
* Add logic for font renderingpatacongo2008-12-041-12/+0