Skip to content

Commit cfe042b

Browse files
committed
Remove unused and malformed anchors
1 parent a7abd3e commit cfe042b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/components/display/max7219digit.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,34 +75,24 @@ display:
7575
- **chip_lines_style** (*Optional*): How are the lines in Multiline Mode connected? Possible values are `zigzag` and `snake`. Defaults to `snake`
7676
- **flip_x** (*Optional*, boolean): Flip the horizontal axis on the screen. Defaults to `false`.
7777

78-
{{< anchor "display-max7219digit_actions" >}}
79-
8078
## Actions
8179

8280
The following actions are replicas of the LAMBDA functions shown in the next section.
8381

84-
{{< anchor "display-max7219digit_actions_invert_on_off>" >}}
85-
8682
### `MAX7219.invert_on` & `MAX7219.invert_off` Action
8783

8884
This action `MAX7219.invert_on` will invert the display. So background pixels are on and texts pixels are
8985
off. `MAX7219.invert_off` sets the display back to normal. The background pixels are only set at the next update, the pixels drawn in
9086
the various function like print, line, etc. are directly influenced by the invert command.
9187

92-
{{< anchor "display-max7219digit_actions_turn_on_off" >}}
93-
9488
### `MAX7219.turn_on` & `MAX7219.turn_off` Action
9589

9690
The display can be switched on and off "dynamically" with the actions `MAX7219.turn_on` & `MAX7219.turn_off`.
9791

98-
{{< anchor "display-max7219digit_actions_reverse_off" >}}
99-
10092
## `MAX7219.reverse_on` & `MAX7219.reverse_off` Action
10193

10294
With this actions you can reverse the display direction from left to right to right to left.
10395

104-
{{< anchor "display-max7219digit_actions_intensity" >}}
105-
10696
## `MAX7219.intensity` Action
10797

10898
The intensity of the screen can be set "dynamically" within the lambda code with the following command: it.intensity(`0` .. `15` ).

0 commit comments

Comments
 (0)