-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Font to Display #21
Comments
eh it's rather complicated there is no easy way |
but it should have all letters, no? |
Ok |
https://github.com/CamelCaseName/HUB75nano/blob/master/src/fonts/3x5font.h is where the font code is currently located you would probably also have to adjust this here, where it actually draws the pixels to fit your pixel row and coloumn count for a letter https://github.com/CamelCaseName/HUB75nano/blob/master/src/drawing/char.h this here is where i got it from, also has an explanation on how it works basically you have a row of bits and just go through each row of a letter and turn the leds on or off |
i cant really give more info than this, i plan on making the adafruit fonts compatible sometime this year |
Please put the next update in such a way that you can define the R1 R2 G1 G2 B1 B2 pins manually, as well as the ability to determine the number of panels and the desired font whose file is attached to the project. |
you can already
so far panel linking is not supported, but if you just have them in a row it works if you define the size correctly
fonts are definitely on the todo list :D |
I used your library and examples but the font is not my favorite.
How can I use my favorite font or at least the international English font?
The text was updated successfully, but these errors were encountered: