aboutsummaryrefslogtreecommitdiff
path: root/src/tft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tft.c')
-rw-r--r--src/tft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tft.c b/src/tft.c
index 8eca5c5..3889ee7 100644
--- a/src/tft.c
+++ b/src/tft.c
@@ -80,7 +80,7 @@ tft_set_page_addr(u16 start, u16 end)
}
void
-tft_set_area(unsigned int x, unsigned int y, unsigned int w, unsigned int h)
+tft_set_area(u16 x, u16 y, u16 w, u16 h)
{
tft_set_col_addr(x, x + w - 1);
tft_set_page_addr(y, y + h - 1);