Page 1 of 1

Print degree symbol "°" on Miac (Arduino)

Posted: Fri Feb 10, 2017 5:01 pm
by Monie Jacobsen
HI everbody

How to write codes for print degree symbol "°" to diaplay in MIAC (Arduino) type MI5466?

Re: Print degree symbol "°" on Miac (Arduino)

Posted: Fri Feb 10, 2017 6:13 pm
by LeighM
Hi Monie,
I don't think there are currently many symbols in the font table. I will have a look at adding this next week.
Or you could add your own symbol into the font table in the MIAC FCD file in the case of Flowcode, or the header file in the Arduino library.
For Flowcode another alternative is to use the bitmap component.
Leigh

Re: Print degree symbol "°" on Miac (Arduino)

Posted: Tue Feb 14, 2017 12:47 pm
by LeighM
Hi Monie,
Attached is an updated package for the MIAC Arduino that will give you the degree symbol.
The only two files that have changed are miac.cpp and font610.h, so you could just extract and overwrite these two in your Arduino installation.
If you also need this for Flowcode let me know and I'll try and get that updated sooner rather than later.
Leigh

Re: Print degree symbol "°" on Miac (Arduino)

Posted: Tue Feb 14, 2017 3:39 pm
by Monie Jacobsen
Hi LeighM
Many, many thanks ...
Degrees sympolet works fine.