From 7a21306b537d6f3679f2ac7261075c39456920d4 Mon Sep 17 00:00:00 2001 From: NickIOT72 Date: Fri, 2 May 2025 19:08:05 -0400 Subject: [PATCH] verified clang format on header file --- Adafruit_SSD1306.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Adafruit_SSD1306.h b/Adafruit_SSD1306.h index 610864e..332f735 100644 --- a/Adafruit_SSD1306.h +++ b/Adafruit_SSD1306.h @@ -25,15 +25,15 @@ #define _Adafruit_SSD1306_H_ // ONE of the following three lines must be #defined: -//#define SSD1306_128_64 ///< DEPRECTAED: old way to specify 128x64 screen +// #define SSD1306_128_64 ///< DEPRECTAED: old way to specify 128x64 screen #define SSD1306_128_32 ///< DEPRECATED: old way to specify 128x32 screen -//#define SSD1306_96_16 ///< DEPRECATED: old way to specify 96x16 screen +// #define SSD1306_96_16 ///< DEPRECATED: old way to specify 96x16 screen // This establishes the screen dimensions in old Adafruit_SSD1306 sketches // (NEW CODE SHOULD IGNORE THIS, USE THE CONSTRUCTORS THAT ACCEPT WIDTH // AND HEIGHT ARGUMENTS). // Uncomment to disable Adafruit splash logo -//#define SSD1306_NO_SPLASH +// #define SSD1306_NO_SPLASH #if defined(ARDUINO_STM32_FEATHER) typedef class HardwareSPI SPIClass;