瀏覽代碼

Add a note about substitution chars

Scott Lahteine 3 年之前
父節點
當前提交
3f644b6275
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      Marlin/src/lcd/language/language_en.h

+ 7
- 0
Marlin/src/lcd/language/language_en.h 查看文件

@@ -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…
取消
儲存