I've got a TFT using Henning karlsen's Library. Should a decimal look like the attached picture? I'm guessing that a decimal is probably not included in that font. Is that right?
Thanks,
Loren
I've got a TFT using Henning karlsen's Library. Should a decimal look like the attached picture? I'm guessing that a decimal is probably not included in that font. Is that right?
Thanks,
Loren
Loren:
a decimal is probably not included in that font. Is that right?
As shown in the manual, so use a filled circle
http://forum.arduino.cc/index.php?topic=238252.msg1711075#msg1711075
hey
how do you set up your configuration of you display using UTFT ??
I can not get my to work!!
i using this:
By plugging it into a shield made for the job, following the published examples, and guesswork.
The library examples are essentially common for all displays covered, hence the "U" in UTFT. It probably pays to first ensure that your display controller is indeed covered.
The vital line of code that nominates the display looks like:
UTFT myGLCD(CTE32HR,38,39,40,41)
In my case I could only get a programme to work by using one for the same resolution and then adapting it.
On reflection, you don't appear to have a configuration problem. The code in my link above should provide all you need as an example.
Loren:
I've got a TFT using Henning karlsen's Library. Should a decimal look like the attached picture? I'm guessing that a decimal is probably not included in that font. Is that right?Thanks,
Loren
You are right, decimal point isn't defined. In my case I have to modifie font - file. You can try one from my Library AWind/ArialNumFontPlus.c at master · AndreiDegtiarev/AWind · GitHub
Andrei