Print degree symbol "°" on Miac (Arduino)

For MIAC users to discuss projects, applications, and any other issues related to the MIAC unit.

Moderators: Benj, Mods

Post Reply
Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

Print degree symbol "°" on Miac (Arduino)

Post by Monie Jacobsen »

HI everbody

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

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

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

Post 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

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

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

Post 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
Attachments
Arduino IDE MIAC Library and Examples.zip
(19.71 KiB) Downloaded 378 times

Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

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

Post by Monie Jacobsen »

Hi LeighM
Many, many thanks ...
Degrees sympolet works fine.
Best Regard
Monie

Post Reply