Browse Source

Add a note about substitution chars

Scott Lahteine 3 years ago
parent
commit
3f644b6275
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/lcd/language/language_en.h

+ 7
- 0
Marlin/src/lcd/language/language_en.h View File

@@ -26,6 +26,13 @@
26 26
  *
27 27
  * LCD Menu Messages
28 28
  * See also https://marlinfw.org/docs/development/lcd_language.html
29
+ *
30
+ * Substitutions are applied for the following characters when used
31
+ * in menu items that call lcd_put_u8str_ind_P with an index:
32
+ *
33
+ *   = displays  '0'....'10' for indexes 0 - 10
34
+ *   ~ displays  '1'....'11' for indexes 0 - 10
35
+ *   * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
29 36
  */
30 37
 
31 38
 #define en 1234

Loading…
Cancel
Save