summaryrefslogtreecommitdiffstats
path: root/nuttx/graphics
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Incorporate install app from Urospatacongo1-1/+1
2011-04-20Correct 1-bit errors in intersection calculationspatacongo1-4/+41
2011-04-19Rename i2c directories to sensorspatacongo1-4/+1
2011-04-18Add NX configuration for LPCXpressopatacongo4-4/+20
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-18/+18
2011-01-19Fix issues detected by CppCheck toolpatacongo3-7/+10
2010-12-04P14201 driver now uses new SPI cmddata methodpatacongo4-4/+4
2010-08-08Fix case where rectangle is moved horizonatllypatacongo1-2/+3
2010-08-08Fix rectangle logicpatacongo1-12/+39
2010-08-08Eliminate warningpatacongo1-2/+2
2010-05-20Fixes a couple of display artifactspatacongo1-1/+1
2010-05-16Fix case where stride != widthpatacongo1-8/+13
2010-05-16Fixes for rendering fonts at 4bpppatacongo1-7/+11
2010-05-15NX for 4bpppatacongo2-3/+7
2010-04-23More NX LCD fixespatacongo2-7/+5
2010-04-21Fix a couple more LCD bugspatacongo1-1/+1
2010-04-18Code complete for NX for LCDpatacongo3-73/+43
2010-04-18Finish copy run logicpatacongo1-51/+228
2010-04-17Progress on copy rectanglepatacongo3-17/+190
2010-04-17Fix move rectangle logicpatacongo4-119/+48
2010-04-17Fill trapezoid for LCDpatacongo1-111/+88
2010-04-17Rectangular fills compile for LCDpatacongo6-14/+207
2010-04-171st round of fixes for LCD buildpatacongo2-2/+3
2010-04-17Fixes for build on Ubuntupatacongo1-2/+2
2010-04-17updatepatacongo1-1/+1
2010-04-17Framework for LCD rasterizerspatacongo5-5/+763
2010-04-17Generalize graphics driver typepatacongo8-43/+39
2010-04-17Separating out framebuffer dependenciespatacongo19-45/+37
2009-12-17Fixes for clean NX compile/linkpatacongo7-3/+10
2009-12-17Fix race conditions probably caused by multiple, asynchronous make jobspatacongo1-1/+4
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo121-452/+387
2009-11-05Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo1-1/+1
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo6-8/+8
2009-06-24Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo1-7/+11
2008-12-06Add default colors for all BPPpatacongo1-2/+14
2008-12-06Correct size of background windowpatacongo2-4/+4
2008-12-06Allocate smaller buffers for glyphspatacongo1-16/+5
2008-12-05Document NX Graphics Subsystempatacongo1-1/+1
2008-12-05Clean-up and document NX configuration settingspatacongo7-16/+70
2008-12-05Fix tiny drawing errors in framepatacongo1-2/+2
2008-12-05Fix nxfonts cleanpatacongo1-0/+2
2008-12-05updatepatacongo1-1/+7
2008-12-04Fonts are integatedpatacongo3-3/+35
2008-12-04Integrating font capabilities; debug bitmap logicpatacongo4-9/+11
2008-12-04Remove preprocessor info from generated files so that you can use GDBpatacongo2-7/+24
2008-12-04Add font testpatacongo4-33/+140
2008-12-04Removed superfluous toolbar handlepatacongo6-31/+31
2008-12-04Enable keypad inputpatacongo6-26/+27
2008-12-04Add logic for font renderingpatacongo8-210/+712
2008-12-03Bitmap font supportpatacongo3-0/+2537