We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2200 commit c623edeCopy full SHA for c623ede
inputmodule-control/src/font.rs
@@ -4,20 +4,20 @@
4
pub fn convert_symbol(symbol: &str) -> Vec<u8> {
5
match symbol {
6
"degC" => vec![
7
- 0, 0, 0, 1, 1,
8
9
- 1, 1, 1, 0, 0,
10
- 1, 0, 0, 0, 0,
11
12
+ 1, 1, 0, 0, 0,
+ 0, 0, 1, 1, 1,
+ 0, 0, 1, 0, 0,
13
],
14
"degF" => vec![
15
16
17
18
19
20
21
22
"snow" => vec![
23
0, 0, 0, 0, 0,
0 commit comments