From e7fd9da0eb15d9e3062b9999c95b6ea7a6cfb5ed Mon Sep 17 00:00:00 2001 From: "Dennis Real (DL9CAT)" Date: Sat, 28 Sep 2019 08:17:48 +0200 Subject: [PATCH] minor update --- plot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plot.c b/plot.c index c6293c4..6592cbe 100644 --- a/plot.c +++ b/plot.c @@ -1408,6 +1408,7 @@ cell_drawchar_8x8(int w, int h, uint8_t ch, int x, int y, uint16_t fg, uint8_t v uint8_t bits, charlen = 8; int cline, r; +// fixme // if (y <= -8 || y >= h || x <= -8 || x >= w) // return 0; @@ -1674,7 +1675,7 @@ draw_cal_status(void) ili9341_drawchar_8x8(ch, x, y, 0xffff, 0x0000); y += 8; - ili9341_drawchar_8x8(ch2, x+1, y, 0xffff, 0x0000); + ili9341_drawchar_8x8(ch2, x, y, 0xffff, 0x0000); y += YSTEP; }