summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an error in some graphics error handlingpatacongo2011-10-231-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4059 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4058 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to read from graphics memorypatacongo2011-10-2219-26/+1049
| | | | 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
* Pointer arguments to NX set methods should be constpatacongo2011-10-166-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4049 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to set individual pixelspatacongo2011-10-1410-14/+449
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4047 42af7a65-404d-4744-a932-0658087f49c3
* Add sim/nsh2 configurationpatacongo2011-10-061-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4026 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 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-2410-18/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* Add circle drawing interfacespatacongo2011-08-2415-9/+1397
| | | | 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-033-25/+45
| | | | 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-028-8/+560
| | | | 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
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3826 42af7a65-404d-4744-a932-0658087f49c3
* Add one more font; Fix ez80 serial bugpatacongo2011-07-297-81/+925
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3
* Add more fontspatacongo2011-07-2913-33/+6232
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3824 42af7a65-404d-4744-a932-0658087f49c3
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3823 42af7a65-404d-4744-a932-0658087f49c3
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3
* Add several new fontspatacongo2011-07-279-0/+3468
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
* Fix for bdf-converterpatacongo2011-07-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3818 42af7a65-404d-4744-a932-0658087f49c3
* Add memory usage monitor to USB storage examplepatacongo2011-07-251-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
* Move NX header files to include/nuttx/nxpatacongo2011-07-24124-233/+233
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
* Add JP's BDF font conversion programpatacongo2011-07-232-6/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3813 42af7a65-404d-4744-a932-0658087f49c3
* Use a handle instead of an ID in each font lookup; this saves doing the font ↵patacongo2011-07-202-80/+73
| | | | | | set lookup each time git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3802 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple fontspatacongo2011-07-195-60/+184
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3
* Setup environment to support multiple fontspatacongo2011-07-195-26/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* Correct an NX error that would leave stuff on the display when a window is ↵patacongo2011-07-111-1/+8
| | | | | | closed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in the NX move logicpatacongo2011-07-101-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3766 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical font rendering bugpatacongo2011-07-091-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3746 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate install app from Urospatacongo2011-05-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 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
* Rename i2c directories to sensorspatacongo2011-04-191-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3525 42af7a65-404d-4744-a932-0658087f49c3
* Add NX configuration for LPCXpressopatacongo2011-04-184-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3521 42af7a65-404d-4744-a932-0658087f49c3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in ↵patacongo2011-04-031-18/+18
| | | | | | user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues detected by CppCheck toolpatacongo2011-01-193-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 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
* Fix case where stride != widthpatacongo2010-05-161-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2683 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for rendering fonts at 4bpppatacongo2010-05-161-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2682 42af7a65-404d-4744-a932-0658087f49c3
* NX for 4bpppatacongo2010-05-152-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2671 42af7a65-404d-4744-a932-0658087f49c3