Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M255.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9903a25279afc42bd27ae0b237b828883f89105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
tag: m0255
title: LCD Sleep/Backlight Timeout
brief: Set and/or get the LCD Sleep Timeout.
author: thinkyhead

requires: DISPLAY_SLEEP_MINUTES or LCD_BACKLIGHT_TIMEOUT
group: lcd
since: 2.0.9.4

codes: [ M255 ]

notes: Requires an LCD controller with a software controlled backlight or sleep function.

parameters:
  -
    tag: S
    description: Timeout delay in minutes.
    values:
      -
        tag: minutes
        type: int

examples:

---

Set and/or get the LCD sleep / backlight timeout, in minutes. The display will go blank to save energy after your specified period has elapsed with no activity. The screen will wake up if it needs to display an important message.