aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdisp_lld.h')
-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.
*/