Update lcd.c

pull/7/head
Sylaina 7 years ago committed by GitHub
parent eb7bb7809c
commit 420f66a6f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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++) {

Loading…
Cancel
Save