CamelCaseName / HUB75nano

This Arduino library adds the basic functionality needed to drive a HUB 75 protocol LED Panel up to 64x32 Pixels RGB.
GNU General Public License v3.0
37 stars 6 forks source link

How to add new fonts #10

Closed Abdelalihub closed 1 year ago

Abdelalihub commented 3 years ago

Hello,

Thanks again for the library.

Just wondering, how to add other fonts? Adafruit_GFX has many fonts, is it possible to add them to this library? if so, how?

Kind regards,

CamelCaseName commented 3 years ago

Hi, for adding fonts you want to know how the single pixels are output from the library. then "copy" them into the pixel buffer to the desired coordinates. should be pretty easy, but i think that they may be to big for the display(size).