From c71ff050cf5fb8f1785e79963b2dcc63579e623b Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Wed, 4 Apr 2018 22:56:34 +0200 Subject: [PATCH] main.cpp: double u8x8.begin() removed --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 4ca11419..f0183945 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -358,8 +358,6 @@ void init_display(const char *Productname, const char *Version) { u8x8.begin(); u8x8.setFont(u8x8_font_chroma48medium8_r); #ifdef HAS_DISPLAY - u8x8.begin(); - u8x8.setFont(u8x8_font_chroma48medium8_r); uint8_t buf[32]; u8x8.clear(); u8x8.setFlipMode(0);