adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.75k stars 964 forks source link

restore splash.h bitmap shapes #177

Closed BillyDonahue closed 2 years ago

BillyDonahue commented 4 years ago

The byte array definitions in splash.h were arranged as images. clang-format doesn't know this and reflowed them. This patch remakes the header, adding a strategic clang-format guard comment around the array data.

BillyDonahue commented 3 years ago

Just a note to reiterate that this change only restores the newlines in the C code for the bitmap arrays. It does not change any data, so it should be an easy review when you get to it.

BillyDonahue commented 2 years ago

This change was included in #226, so it's no longer needed.