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. */