diff options
Diffstat (limited to 'src/tft.c')
-rw-r--r-- | src/tft.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |