mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-27 20:05:50 +00:00
Disable clang format on generated code.
This commit is contained in:
@@ -11,9 +11,11 @@ define HEADER
|
||||
*/
|
||||
|
||||
#ifndef SSD1306_NO_SPLASH
|
||||
/* clang-format off */
|
||||
endef
|
||||
|
||||
define FOOTER
|
||||
/* clang-format on */
|
||||
#endif
|
||||
endef
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user