mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 09:04:53 +00:00
[Lib] Noiasca HT16K33 change fonts to have degree symbol instead of ^ like P073 fonts
This commit is contained in:
@@ -82,7 +82,7 @@ const uint16_t charTable14 [] PROGMEM = {
|
||||
SEG14_A | SEG14_D | SEG14_E | SEG14_F, // [ 91
|
||||
SEG14_K | SEG14_P, /* \ 92 backslash*/
|
||||
SEG14_A | SEG14_B | SEG14_C | SEG14_D, // ] 93
|
||||
SEG14_F | SEG14_K, // ^ 94
|
||||
SEG14_A | SEG14_B | SEG14_H | SEG14_G | SEG14_F, // ^ 94 ESPEasy change: ° degree symbol, like P073 7-digit fonts
|
||||
SEG14_D, // _ 95 underscore
|
||||
SEG14_K, // ` 96
|
||||
SEG14_D | SEG14_E | SEG14_G | SEG14_O, // a 97
|
||||
|
||||
@@ -82,7 +82,7 @@ const uint8_t charTable [] PROGMEM = {
|
||||
SEG_A | SEG_D | SEG_E | SEG_F, // [ 91
|
||||
SEG_C | SEG_F | SEG_G, /* \ 92 backslash*/
|
||||
SEG_A | SEG_B | SEG_C | SEG_D, // ] 93
|
||||
SEG_A, // ^ 94
|
||||
SEG_A | SEG_B | SEG_G | SEG_F, // ^ 94 ESPEasy change: ° degree symbol, like P073 7-digit fonts
|
||||
SEG_D, // _ 95 underscore
|
||||
SEG_B, // ` 96
|
||||
SEG_C | SEG_D | SEG_E | SEG_G | SEG_DP, // a 97
|
||||
|
||||
Reference in New Issue
Block a user