Arduino Forum
>
Using Arduino
>
Displays
(Moderator:
PerryBebbington
)
>
Displaying the Degree Symbol with max7219 [solved]
Print
Go Down
Pages:
[1]
Topic: Displaying the Degree Symbol with max7219 [solved]
(Read 1 time)
previous topic
-
next topic
70agiuseppe
Full Member
Posts: 128
Karma: 3
[add]
Displaying the Degree Symbol with max7219 [solved]
Jul 15, 2017, 02:01 pm
Last Edit
: Jul 16, 2017, 02:28 pm by 70agiuseppe
Hello,
I've tried several solutions display different
strange
symbols but
no one
shows Degree Symbol
in my LED matrix
thank you
olikraus
Faraday Member
Posts: 2,747
Karma: 384
[add]
If you believe something is right, you won't see what's wrong (David Straker).
Re: Displaying the Degree Symbol with max7219
#1
Jul 15, 2017, 03:01 pm
U8g2 includes fonts with degree symbol.
Oliver
70agiuseppe
Full Member
Posts: 128
Karma: 3
[add]
Re: Displaying the Degree Symbol with max7219
#2
Jul 15, 2017, 06:28 pm
Thanks but f it seems:
Support will be added with U8g2 v2.16
but maybe I understand wrong
olikraus
Faraday Member
Posts: 2,747
Karma: 384
[add]
If you believe something is right, you won't see what's wrong (David Straker).
Re: Displaying the Degree Symbol with max7219
#3
Jul 15, 2017, 07:02 pm
Ah, yes, my mistake. Please download 2.16.x beta release from here:
https://github.com/olikraus/U8g2_Arduino/archive/master.zip
Install the zip file via Arduino IDE Library Manager ("add zip file" menu entry)
Oliver
70agiuseppe
Full Member
Posts: 128
Karma: 3
[add]
Re: Displaying the Degree Symbol with max7219
#4
Jul 16, 2017, 02:26 pm
Thank you so much for your help
anyway If you do not want use external libraries I found the way to display a symbol that looks like at °
"\xF7"
goveil1
Newbie
Posts: 2
Karma: 0
[add]
Re: Displaying the Degree Symbol with max7219 [solved]
#5
Oct 24, 2019, 04:54 pm
Using a hex value of 0x0090 worked until about a week ago.... I think the character table must have been updated. I am unable to get a degree sign to work using ANY of the published values!
Print
Go Up
Pages:
[1]
Loading...