From 420f66a6f11b8adf1380782ccb96273771bd0f5d Mon Sep 17 00:00:00 2001 From: Sylaina Date: Wed, 10 Jan 2018 08:17:52 +0100 Subject: [PATCH] Update lcd.c --- lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcd.c b/lcd.c index 5dc41ce..ec8f370 100644 --- a/lcd.c +++ b/lcd.c @@ -549,7 +549,7 @@ void lcd_fillCircle(uint8_t center_x, uint8_t center_y, uint8_t radius, uint8_t } void lcd_display() { #if defined SSD1306 - lcd_gotoxy(0,0) + lcd_gotoxy(0,0); lcd_data(displayBuffer, sizeof(displayBuffer)); #elif defined SH1106 for (uint8_t i=0; i < DISPLAY_HEIGHT/8; i++) {