Skip to content
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

Possible to Increase the Font Size? #277

Open
ASparkOfFire opened this issue Jun 8, 2022 · 4 comments
Open

Possible to Increase the Font Size? #277

ASparkOfFire opened this issue Jun 8, 2022 · 4 comments
Labels

Comments

@ASparkOfFire
Copy link

Is it Possible to Increase the Font size?

@SN-8023
Copy link

SN-8023 commented Jun 8, 2022

Just create your own character set...

@ASparkOfFire
Copy link
Author

Just create your own character set...

Can you please guide me?

@ASparkOfFire
Copy link
Author

Okay so I managed to create custom character set but the problem is they are cut in half. I want 16x16 Characters for 64x16 matrix. @rm-hull Sorry for bothering but is there any way to use 16x16 characters?

@ChrisToxz
Copy link

I have no idea, but I'm using a custom font through pillow.
Currently I'm using Silkscreen and White Rabbit for the bigger text

from PIL import *
font = ImageFont.truetype("slkscr.ttf", 8) # Where 8 is the font size
with canvas(device) as draw:
    draw.text((0, 0), "Text", fill="white", font=font)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants