summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bdf-converterpatacongo2011-07-261-1/+1
* Add memory usage monitor to USB storage examplepatacongo2011-07-251-4/+4
* Move NX header files to include/nuttx/nxpatacongo2011-07-24124-233/+233
* Add JP's BDF font conversion programpatacongo2011-07-232-6/+146
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-202-80/+73
* Add support for multiple fontspatacongo2011-07-195-60/+184
* Setup environment to support multiple fontspatacongo2011-07-195-26/+36
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-111-1/+8
* Fix an error in the NX move logicpatacongo2011-07-101-4/+6
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18
* Fix a critical font rendering bugpatacongo2011-07-091-1/+4
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-051-2/+2
* 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