Superscript substitution (#20219)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Simone Primarosa
2020-11-20 20:36:19 -06:00
committed by GitHub
co-authored by Scott Lahteine
parent 615bf2a6f1
commit f8e83f79c5
30 changed files with 44 additions and 40 deletions
+4
View File
@@ -380,6 +380,10 @@
#define LCD_STR_E6 "E" LCD_STR_N6
#define LCD_STR_E7 "E" LCD_STR_N7
// Use superscripts, if possible. Evaluated at point of use.
#define SUPERSCRIPT_TWO TERN(NOT_EXTENDED_ISO10646_1_5X7, "^2", "²")
#define SUPERSCRIPT_THREE TERN(NOT_EXTENDED_ISO10646_1_5X7, "^3", "³")
#include "multi_language.h" // Allow multiple languages
#include "../lcd/language/language_en.h"