{% extends "layout.html" %} {% set active_page = "lcd" %} {% set help_page = ["https://kizniche.github.io/Mycodo/LCDs/", dict_translation['lcd']['title']] %} {% block title %} - {{dict_translation['lcd']['title']}}{% endblock %} {% block body %}
{{_('LCDs allow the display of data for easy viewing and for displaying alerts to conditional events you configure (flash the LCD).')}}
LCD controllers have been deprecated. If you would like to control a display/LCD, go to the Setup -> Function page and add a supported Display Function.
{%- if display_order -%} {%- for order in display_order -%} {%- for each_lcd in lcd if each_lcd.unique_id == order-%}