sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Is it possible to increase the max 'tft.setFontScale' value? (default font) #119

Open bossredman opened 7 years ago

bossredman commented 7 years ago

Hi,

Just started using this LIbrary & I'll be honest, I know nothing much about this kind of stuff.

I've noticed that if I set tft.setFontScale to greater than 3, then it effectively resets. (ie 4 = 0, 5 = 1, 6 = 2, 7 = 3, 8 = 0 etc).

Is there a way to allow larger font sizes pls.? Ie is there a file I can edit myself or is it a bigger job.

Thanks

Edit: This is using the default font which is the one that best suits my project. Edit-2: As a temp work around I thought I'd use one of the external fonts tft.setFont(&.......) which you provide with teh library (which is naturally bigger) for the one particular pce of text I need larger. But how do return to default font?

bossredman commented 7 years ago

Anyone pls? -

But how do return to default font?

"