summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/lcd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 20:49:01 +0000
commit73624b6e68013b718cee96dc8d3c628cb84431ba (patch)
tree2cc60df3d4276714aa0eb4ba5340a8dddffdabc0 /nuttx/graphics/nxglib/lcd
parente79139d4ea59a424356d0b6695a2ce841267817d (diff)
downloadpx4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.gz
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.tar.bz2
px4-nuttx-73624b6e68013b718cee96dc8d3c628cb84431ba.zip
Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxglib/lcd')
-rwxr-xr-xnuttx/graphics/nxglib/lcd/nxglib_copyrectangle.c4
-rwxr-xr-xnuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c4
-rwxr-xr-xnuttx/graphics/nxglib/lcd/nxglib_filltrapezoid.c4
-rwxr-xr-xnuttx/graphics/nxglib/lcd/nxglib_moverectangle.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_copyrectangle.c b/nuttx/graphics/nxglib/lcd/nxglib_copyrectangle.c
index 084fe5cee..988b6cb94 100755
--- a/nuttx/graphics/nxglib/lcd/nxglib_copyrectangle.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_copyrectangle.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxglib/lcd/nxsglib_copyrectangle.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <assert.h>
#include <nuttx/lcd/lcd.h>
-#include <nuttx/nxglib.h>
+#include <nuttx/nx/nxglib.h>
#include "nxglib_bitblit.h"
#include "nxglib_copyrun.h"
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c b/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
index ddb7fce03..90271e51c 100755
--- a/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxglib/lcd/nxglib_fillrectangle.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <stdint.h>
#include <nuttx/lcd/lcd.h>
-#include <nuttx/nxglib.h>
+#include <nuttx/nx/nxglib.h>
#include "nxglib_bitblit.h"
#include "nxglib_fillrun.h"
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_filltrapezoid.c b/nuttx/graphics/nxglib/lcd/nxglib_filltrapezoid.c
index c000febb7..c0e18d116 100755
--- a/nuttx/graphics/nxglib/lcd/nxglib_filltrapezoid.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_filltrapezoid.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxglib/lcd/nxglib_filltrapezoid.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <fixedmath.h>
#include <nuttx/lcd/lcd.h>
-#include <nuttx/nxglib.h>
+#include <nuttx/nx/nxglib.h>
#include "nxglib_bitblit.h"
#include "nxglib_fillrun.h"
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_moverectangle.c b/nuttx/graphics/nxglib/lcd/nxglib_moverectangle.c
index daea90bf6..f82187ae3 100755
--- a/nuttx/graphics/nxglib/lcd/nxglib_moverectangle.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_moverectangle.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxglib/lcd/nxglib_moverectangle.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@
#include <stdint.h>
#include <nuttx/lcd/lcd.h>
-#include <nuttx/nxglib.h>
+#include <nuttx/nx/nxglib.h>
#include "nxglib_bitblit.h"