summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-h100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c
index df08dde6fb..edc6e2e33b 100644
--- a/firmware/drivers/lcd-h100.c
+++ b/firmware/drivers/lcd-h100.c
@@ -207,7 +207,7 @@ void lcd_init(void)
207/*** update functions ***/ 207/*** update functions ***/
208 208
209/* Performance function that works with an external buffer 209/* Performance function that works with an external buffer
210 note that by and bheight are in 4-pixel units! */ 210 note that by and bheight are in 8-pixel units! */
211void lcd_blit(const unsigned char* data, int x, int by, int width, 211void lcd_blit(const unsigned char* data, int x, int by, int width,
212 int bheight, int stride) 212 int bheight, int stride)
213{ 213{