GLCD and bigger characters

Any general or miscellaneous queries that do not fit into the other forum catagories

Moderators: Benj, Mods

Post Reply
jeffg
Posts: 5
Joined: Sat Sep 27, 2008 7:22 pm
Contact:

GLCD and bigger characters

Post by jeffg »

Hello,

I try to display bigger characters than double on the GLCD. I did modify the gLCD_Code.C by replacing this :


if (Font == 2) //Double Height and Width Sizes
{
Fontwidth = 2;
Fontheight = 2;

by :

if (Font == 2) //Double Height and Width Sizes
{
Fontwidth = 3;
Fontheight = 3;

but there is no modification.

What did I wrong ?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: GLCD and bigger characters

Post by Benj »

Hello

You wont see a change in the simulation but there should be a difference on the actual hardware.

Post Reply