Disable clang format on generated code.

This commit is contained in:
Justin Arruda
2021-11-07 08:49:06 -05:00
parent f6abca5ee0
commit 2d3b642078
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -11,9 +11,11 @@ define HEADER
*/
#ifndef SSD1306_NO_SPLASH
/* clang-format off */
endef
define FOOTER
/* clang-format on */
#endif
endef
+2
View File
@@ -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