File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
content/components/display
themes/esphome-theme/layouts/_default/_markup Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ params:
1414This display driver supports displays with 16 bit parallel interfaces, often referred to as "RGB". It currently
1515supports the ST7701S chip.
1616
17+ > [ !WARNING]
18+ > This component has been made redundant since the ST7701S is now supported by the {{< docref "mipi_rgb" >}}.
19+ > This component will be removed in a future release.
20+
1721This driver has been tested with the following displays:
1822
1923- Seeed Sensecap Indicator
Original file line number Diff line number Diff line change 88 {{- $foundLocal := false -}}
99
1010 {{- if $entries -}}
11+ {{- $currentPage := strings.TrimPrefix "content/" .Page.File.Path | strings.TrimSuffix ".md" -}}
1112 {{- range $entries -}}
12- {{- if eq .page .Page.File.Path -}}
13+ {{- if eq .page $currentPage -}}
1314 {{- $foundLocal = true -}}
1415 {{- end -}}
1516 {{- end -}}
You can’t perform that action at this time.
0 commit comments