summaryrefslogtreecommitdiffstats
path: root/nuttx/examples/nx
AgeCommit message (Expand)AuthorFilesLines
2011-03-20Move nuttx/examples to apps/examplespatacongo6-2238/+0
2010-12-04P14201 driver now uses new SPI cmddata methodpatacongo2-3/+3
2010-08-28Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo1-2/+2
2010-05-16Fixes for rendering fonts at 4bpppatacongo1-3/+1
2010-05-16Misc OLED-related bug fixespatacongo1-1/+4
2010-05-16board.h should not include files in arch directorypatacongo1-1/+1
2010-05-15Finish framebuffer supportpatacongo3-5/+66
2010-05-15NX for 4bpppatacongo1-3/+42
2010-05-15In progress changes for OLED display workpatacongo1-1/+11
2010-04-24Documentation/NXGraphicsSubsystem.htmlpatacongo1-2/+2
2010-04-23More NX LCD fixespatacongo2-3/+4
2010-04-21Some LCD output, still a long way to gopatacongo1-3/+3
2010-04-20sam3u LCD driver is code complete (but untested)patacongo1-1/+7
2010-04-18Framework for SAM3U LCD driverpatacongo1-0/+1
2010-04-171st round of fixes for LCD buildpatacongo2-7/+48
2010-04-17Add configuration to select LCD driver for NXpatacongo1-1/+1
2009-12-17Looks like part of Makefile was accidentally removedpatacongo1-1/+6
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo5-48/+54
2009-06-20Remove warningspatacongo1-6/+4
2008-12-06Fix conditional compile syntaxpatacongo1-5/+5
2008-12-06Allocate smaller buffers for glyphspatacongo3-41/+125
2008-12-05Clean-up and document NX configuration settingspatacongo2-5/+5
2008-12-04Fonts are integatedpatacongo2-2/+1
2008-12-04Integrating font capabilities; debug bitmap logicpatacongo3-56/+20
2008-12-04Add font testpatacongo5-128/+572
2008-12-04Removed superfluous toolbar handlepatacongo2-14/+12
2008-12-04Enable keypad inputpatacongo2-38/+51
2008-12-03Modify examples/nx to use NXTK; fix related bugspatacongo3-139/+470
2008-12-02Don't keep sizes in rectanglespatacongo1-11/+9
2008-12-01Can't use signal handler for nx_eventhandler()patacongo4-316/+421
2008-12-01Fixed for multi-user NX modepatacongo2-2/+26
2008-12-01Integrated mouse supportpatacongo1-8/+47
2008-12-01Fix passed window numberpatacongo1-1/+1
2008-12-01Add nx_constructwindowpatacongo1-3/+3
2008-12-01Add argument to window callbackspatacongo1-32/+72
2008-11-30There is at least some X11 output nowpatacongo1-4/+22
2008-11-29Use nx_eventnotifypatacongo1-73/+254
2008-11-29Added notification signalpatacongo1-0/+3
2008-11-29Add configuration checkpatacongo1-0/+4
2008-11-29cosmetic fixes to debug outputpatacongo1-4/+4
2008-11-29Use configurable server configurationpatacongo1-1/+2
2008-11-29Add more configuration checkingpatacongo1-4/+15
2008-11-28Changes from initial NX debugpatacongo3-51/+283
2008-11-28NX test/examplepatacongo4-0/+580