adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
304 stars 145 forks source link

Spacing 'L' #11

Closed visualaddicted00 closed 10 years ago

visualaddicted00 commented 10 years ago

Hello,

I'm programming the Adafruit 32 x 16 LEDmatrix. I need to write Vox Populi on two different rows. While doing this I encountered an issue. The letter L requires 2 pixel spacing on each side instead of 1pixel. This render impossible to display "Populi" within 32 pixels. In case there isn't any major reasons for this would you be in the position of updating the library to adjust the spacing of the letter L?

Many thanks for your attention in first place.

ladyada commented 10 years ago

Hiya, sorry for the delay in seeing this. Just restarted playing Infinite again! Since the font is fixed size/spacing, you can't adjust one letter. however you can draw all the characters you want with manual location using setCursor! thx :)