Hi,
I have esp8266 with lcd_pcf8574 as LCD display.
I am trying to ‘rotate’ the lcd with several sensor values.
What is the best way to do it? lambda ? Page does not seem to work for this display.
This is part of my yaml config:
text_sensor:
- platform: homeassistant
entity_id: sensor.livingroom_temperature
name: "Livingroom temperature"
id: liv_temp
internal: true
- platform: homeassistant
entity_id: sensor.livingroom_humidity
name: "Livingroom humidity"
id: liv_hum
internal: true
- platform: homeassistant
entity_id: sensor.outside_temperature
name: "Outside temperature"
id: out_temp
internal: true
- platform: homeassistant
entity_id: sensor.pressure
name: "Pressure"
id: pres
internal: true
i2c:
sda: D3
scl: D4
display:
- platform: lcd_pcf8574
dimensions: 18x4
address: 0x27
id: lcd