adafruit / Adafruit_LED_Backpack

Adafruit LED Backpack Library for our various LED backpacks.
MIT License
301 stars 192 forks source link

Change ASCII "I" to make easier to read (Suggestion) #55

Closed BKeyport closed 3 years ago

BKeyport commented 3 years ago

Please change the binary in Adafruit_LEDBackpack.cpp as follows:

Replace 0b0001001000000000, // I with 0b0001001000001001, // I

This produces a capital I with serif so that it's easier to tell it between I and 1.

Anyone that stumbles across this could do it themselves, but I figure it might as well be in the default code.

ladyada commented 3 years ago

hi sounds good, please submit a PR!