nopnop2002 / Raspberry-ssd1306

ssd1306 Command Line Tool for Raspberry Pi
47 stars 15 forks source link

Font size #13

Open marmangarcia opened 4 years ago

marmangarcia commented 4 years ago

Hi, Is there a way to increase the font size?

nopnop2002 commented 4 years ago

This tool uses two types of fonts.

External font If you want to use a different font, you need to change this. https://github.com/nopnop2002/Raspberry-ssd1306/blob/master/oled.c#L163

Internal font If you want to use a different font, you need to change this.. https://github.com/nopnop2002/Raspberry-ssd1306/blob/master/oled.c#L489

But it isn't easy.

marmangarcia commented 4 years ago

yes, I change the filename here https://github.com/nopnop2002/Raspberry-ssd1306/blob/master/oled.c#L163

but its not working, do you have a working samples I want to increase the font size.

nopnop2002 commented 4 years ago

I don't have working samples.