coord_t from uint16_t to int16_t
This commit is contained in:
parent
7bfaea1ca9
commit
f9dd7d52f4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue