summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Expand)AuthorAgeFilesLines
* Incorporate install app from Urospatacongo2011-05-121-1/+1
* Correct 1-bit errors in intersection calculationspatacongo2011-04-201-4/+41
* Rename i2c directories to sensorspatacongo2011-04-191-4/+1
* Add NX configuration for LPCXpressopatacongo2011-04-184-4/+20
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-18/+18
* Fix issues detected by CppCheck toolpatacongo2011-01-193-7/+10
* 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
* Fix case where stride != widthpatacongo2010-05-161-8/+13
* Fixes for rendering fonts at 4bpppatacongo2010-05-161-7/+11
* NX for 4bpppatacongo2010-05-152-3/+7
* More NX LCD fixespatacongo2010-04-232-7/+5
* Fix a couple more LCD bugspatacongo2010-04-211-1/+1
* Code complete for NX for LCDpatacongo2010-04-183-73/+43
* 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-176-14/+207
* 1st round of fixes for LCD buildpatacongo2010-04-172-2/+3
* Fixes for build on Ubuntupatacongo2010-04-171-2/+2
* updatepatacongo2010-04-171-1/+1
* Framework for LCD rasterizerspatacongo2010-04-175-5/+763
* Generalize graphics driver typepatacongo2010-04-178-43/+39
* Separating out framebuffer dependenciespatacongo2010-04-1719-45/+37
* Fixes for clean NX compile/linkpatacongo2009-12-177-3/+10
* Fix race conditions probably caused by multiple, asynchronous make jobspatacongo2009-12-171-1/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-15121-452/+387
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-051-1/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-8/+8
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-241-7/+11
* Add default colors for all BPPpatacongo2008-12-061-2/+14
* Correct size of background windowpatacongo2008-12-062-4/+4
* Allocate smaller buffers for glyphspatacongo2008-12-061-16/+5
* Document NX Graphics Subsystempatacongo2008-12-051-1/+1
* Clean-up and document NX configuration settingspatacongo2008-12-057-16/+70
* Fix tiny drawing errors in framepatacongo2008-12-051-2/+2
* Fix nxfonts cleanpatacongo2008-12-051-0/+2
* updatepatacongo2008-12-051-1/+7
* Fonts are integatedpatacongo2008-12-043-3/+35
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-044-9/+11
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-042-7/+24
* Add font testpatacongo2008-12-044-33/+140
* Removed superfluous toolbar handlepatacongo2008-12-046-31/+31
* Enable keypad inputpatacongo2008-12-046-26/+27
* Add logic for font renderingpatacongo2008-12-048-210/+712
* Bitmap font supportpatacongo2008-12-033-0/+2537