Bigger Font

Inquiry and support for Freematics products
Post Reply
petri03
Posts: 1
Joined: Thu Jun 30, 2016 12:36 am

Bigger Font

Post by petri03 »

how can i increased the font size?

I need a Font size, that is twice as big as FONT_SIZE_XLAGE.

can anyone help me?
onche
Posts: 20
Joined: Thu Sep 24, 2015 7:00 am

Re: Bigger Font

Post by onche »

I am very interesredd in the solution :?
Please help
Thanks
gdpwork
Posts: 15
Joined: Sat Jun 21, 2014 9:48 am

Re: Bigger Font

Post by gdpwork »

I'm haven't tried it but what about going to MultiLCD.h and adding a new size like

typedef enum {
FONT_SIZE_SMALL = 0,
FONT_SIZE_MEDIUM,
FONT_SIZE_LARGE,
FONT_SIZE_XLARGE,
FONT_SIZE_XXLARGE

}

Then replacing the usage of FONT_SIZE_XLARGE with FONT_SIZE_XXLARGE. But I guess you'll need to arrange the data for the new font size.
Post Reply