Răsfoiți Sursa

Disable clang format on generated code.

Justin Arruda 4 ani în urmă
părinte
comite
2d3b642078
2 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 2 0
      scripts/Makefile
  2. 2 0
      splash.h

+ 2 - 0
scripts/Makefile

@@ -11,9 +11,11 @@ define HEADER
  */
 
 #ifndef SSD1306_NO_SPLASH
+/* clang-format off */
 endef
 
 define FOOTER
+/* clang-format on */
 #endif
 endef
 

+ 2 - 0
splash.h

@@ -7,6 +7,7 @@
  */
 
 #ifndef SSD1306_NO_SPLASH
+/* clang-format off */
 
 #define splash1_width  82
 #define splash1_height 64
@@ -115,4 +116,5 @@ const uint8_t PROGMEM splash2_data[] = {
   0b00000000,0b00000000,0b00001111,0b00000000,0b01111111,0b11111111,0b11111111,0b11111111,0b11111110,0b10100101,0b10101101,0b10011101,0b10001101,0b00011001,0b11100000,
   0b00000000,0b00000000,0b00000110,0b00000000,0b01111111,0b11111111,0b11111111,0b11111111,0b11111110,0b10110101,0b10101101,0b11101101,0b10110101,0b01111110,0b11100000,
 };
+/* clang-format on */
 #endif