summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib
Commit message (Collapse)AuthorAgeFilesLines
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
|
* More trailing whilespace removalGregory Nutt2014-04-131-5/+5
|
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-282-2/+2
|
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-274-884/+3
|
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-2721-1836/+29
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-106-6/+6
|
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-10/+6
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
|
* Missing parenthesis in NXGL code; add debug output to LPC1788 LCD driverpatacongo2013-03-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5797 42af7a65-404d-4744-a932-0658087f49c3
* Fix the fat, flat line bugpatacongo2012-12-021-95/+286
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5407 42af7a65-404d-4744-a932-0658087f49c3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5385 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-26/+26
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1330-30/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Fix a divide-by-zero error in the trapezoid drawing logicpatacongo2012-06-062-9/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4807 42af7a65-404d-4744-a932-0658087f49c3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-103-26/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4720 42af7a65-404d-4744-a932-0658087f49c3
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4699 42af7a65-404d-4744-a932-0658087f49c3
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4063 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to read from graphics memorypatacongo2011-10-226-11/+338
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4057 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-173-3/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3
* Fix nxgl_splitline bugpatacongo2011-08-251-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
* Add a test of the circle rendering logicpatacongo2011-08-242-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* Add circle drawing interfacespatacongo2011-08-244-4/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3910 42af7a65-404d-4744-a932-0658087f49c3
* Misc documentation/LCD-related updatespatacongo2011-08-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3844 42af7a65-404d-4744-a932-0658087f49c3
* Completes test of line/trapezoid drawing routinespatacongo2011-08-042-9/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3842 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-032-23/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3841 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-034-51/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
* Add NX line drawing interfacespatacongo2011-08-021-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3836 42af7a65-404d-4744-a932-0658087f49c3
* Add nxgl_splitline()patacongo2011-08-022-1/+315
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3835 42af7a65-404d-4744-a932-0658087f49c3
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3110-14/+352
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3833 42af7a65-404d-4744-a932-0658087f49c3
* Move NX header files to include/nuttx/nxpatacongo2011-07-2427-54/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
* Correct 1-bit errors in intersection calculationspatacongo2011-04-201-4/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3526 42af7a65-404d-4744-a932-0658087f49c3
* P14201 driver now uses new SPI cmddata methodpatacongo2010-12-044-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3158 42af7a65-404d-4744-a932-0658087f49c3
* Fix case where rectangle is moved horizonatllypatacongo2010-08-081-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2832 42af7a65-404d-4744-a932-0658087f49c3
* Fix rectangle logicpatacongo2010-08-081-12/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warningpatacongo2010-08-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2830 42af7a65-404d-4744-a932-0658087f49c3
* Fixes a couple of display artifactspatacongo2010-05-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2686 42af7a65-404d-4744-a932-0658087f49c3
* NX for 4bpppatacongo2010-05-151-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2671 42af7a65-404d-4744-a932-0658087f49c3
* More NX LCD fixespatacongo2010-04-231-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2624 42af7a65-404d-4744-a932-0658087f49c3
* Fix a couple more LCD bugspatacongo2010-04-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2622 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for NX for LCDpatacongo2010-04-182-70/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2610 42af7a65-404d-4744-a932-0658087f49c3
* Finish copy run logicpatacongo2010-04-181-51/+228
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2609 42af7a65-404d-4744-a932-0658087f49c3
* Progress on copy rectanglepatacongo2010-04-173-17/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2608 42af7a65-404d-4744-a932-0658087f49c3
* Fix move rectangle logicpatacongo2010-04-174-119/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2607 42af7a65-404d-4744-a932-0658087f49c3
* Fill trapezoid for LCDpatacongo2010-04-171-111/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2606 42af7a65-404d-4744-a932-0658087f49c3
* Rectangular fills compile for LCDpatacongo2010-04-173-11/+202
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2605 42af7a65-404d-4744-a932-0658087f49c3
* 1st round of fixes for LCD buildpatacongo2010-04-172-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2604 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-04-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2601 42af7a65-404d-4744-a932-0658087f49c3
* Framework for LCD rasterizerspatacongo2010-04-174-0/+758
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2598 42af7a65-404d-4744-a932-0658087f49c3