diff --git a/Adafruit_SSD1306.cpp b/Adafruit_SSD1306.cpp index 93408dc..8c32ed3 100644 --- a/Adafruit_SSD1306.cpp +++ b/Adafruit_SSD1306.cpp @@ -496,7 +496,7 @@ bool Adafruit_SSD1306::begin(uint8_t vcs, uint8_t addr, bool reset, clearDisplay(); -#ifndef SSD1306_NO_SPLASH +#ifndef SSD1306_NO_SPLASH if (HEIGHT > 32) { drawBitmap((WIDTH - splash1_width) / 2, (HEIGHT - splash1_height) / 2, splash1_data, splash1_width, splash1_height, 1); diff --git a/scripts/Makefile b/scripts/Makefile index a10b197..08a7c4a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -5,7 +5,7 @@ define HEADER /** * This file is autogenerated, do not edit. * Run `make` from the scripts directory to produce splash.h - * + * * Splashes will be stored in PROGMEM (flash). * If SSD1306_NO_SPLASH is defined, the splashes are omitted. */