asukiaaa / EPD

A library to control WaveShare e-Paper display.
MIT License
12 stars 8 forks source link

help needed (font size) #1

Open mukejusen opened 5 years ago

mukejusen commented 5 years ago

Hello,

What should I do to increase font size? 24 is too small.

Thank you

asukiaaa commented 5 years ago

Hi, If you create larger font size file, I can merge. https://github.com/asukiaaa/EPD/blob/master/src/font24.c

mukejusen commented 5 years ago

I found useful tool to create fonts http://oleddisplay.squix.ch How can I use newly created font inside EPD1in54ShowRunningTime ? Thank you )

asukiaaa commented 5 years ago

Looks good. Maybe you can use original font size file by adding a line to fonds.h. https://github.com/asukiaaa/EPD/blob/master/src/fonts.h#L61-L65

ekle commented 4 years ago

i have created a ttf font converter to create custom fonts: https://github.com/ekle/waveshareFontGenerator maybe it helps you