diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_backlight.md | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index 7bb7e03a8..f7a35406c 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md | |||
@@ -54,14 +54,17 @@ In this handler, the value of an incrementing counter is mapped onto a precomput | |||
54 | 54 | ||
55 | ## Backlight Functions | 55 | ## Backlight Functions |
56 | 56 | ||
57 | |Function |Description | | 57 | |Function |Description | |
58 | |----------|----------------------------------------------------------| | 58 | |----------|-----------------------------------------------------------| |
59 | |`backlight_toggle()` |Turn the backlight on or off | | 59 | |`backlight_toggle()` |Turn the backlight on or off | |
60 | |`backlight_step()` |Cycle through backlight levels | | 60 | |`backlight_enable()` |Turn the backlight on | |
61 | |`backlight_increase()` |Increase the backlight level | | 61 | |`backlight_disable()` |Turn the backlight off | |
62 | |`backlight_decrease()` |Decrease the backlight level | | 62 | |`backlight_step()` |Cycle through backlight levels | |
63 | |`backlight_level(x)` |Sets the backlight level to specified level | | 63 | |`backlight_increase()` |Increase the backlight level | |
64 | |`get_backlight_level()`|Return the current backlight level | | 64 | |`backlight_decrease()` |Decrease the backlight level | |
65 | |`backlight_level(x)` |Sets the backlight level to specified level | | ||
66 | |`get_backlight_level()` |Return the current backlight level | | ||
67 | |`is_backlight_enabled()`|Return whether the backlight is currently on | | ||
65 | 68 | ||
66 | ### Backlight Breathing Functions | 69 | ### Backlight Breathing Functions |
67 | 70 | ||