aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-20 20:43:39 +0200
committerTectu <joel@unormal.org>2012-08-20 20:43:39 +0200
commitf9dd7d52f4061bcea2b6f99bb6530119f0432012 (patch)
tree9fe3a9cb54f52d770ca980bc30f3c5534951ba1d /include
parent7bfaea1ca9fbb37472a822c21765739a514a2a80 (diff)
downloaduGFX-f9dd7d52f4061bcea2b6f99bb6530119f0432012.tar.gz
uGFX-f9dd7d52f4061bcea2b6f99bb6530119f0432012.tar.bz2
uGFX-f9dd7d52f4061bcea2b6f99bb6530119f0432012.zip
coord_t from uint16_t to int16_t
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h
index 99865a9f..91485455 100644
--- a/include/gdisp_lld.h
+++ b/include/gdisp_lld.h
@@ -501,7 +501,7 @@
/**
* @brief The type for a coordinate or length on the screen.
*/
-typedef uint16_t coord_t;
+typedef int16_t coord_t;
/**
* @brief The type of a pixel.
*/