Explorar el Código

Add a note about substitution chars

Scott Lahteine hace 3 años
padre
commit
3f644b6275
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Marlin/src/lcd/language/language_en.h

+ 7
- 0
Marlin/src/lcd/language/language_en.h Ver fichero

@@ -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…
Cancelar
Guardar