wayoda / LedControl

An Arduino library for MAX7219 and MAX7221 Led display drivers
Other
466 stars 245 forks source link

setByte() function #18

Open wlmeng11 opened 8 years ago

wlmeng11 commented 8 years ago

Added a setByte() function for displaying an arbitrary shape on a 7-segment display by specifying the on-off states for each of the segments A-G.

Example usage: B0111111 corresponds to an upside-down A

mfaheemakhtar commented 6 years ago

@wlmeng11, I've added your function to my forked version at: https://github.com/mfaheemakhtar/LedControl-F

Hope you will not mind. :)