Skip to content

Instantly share code, notes, and snippets.

View cnorick's full-sized avatar

Nathan Orick cnorick

View GitHub Profile
@cnorick
cnorick / lcd-scroll.yaml
Last active December 8, 2023 21:31
ESPHome -- Scroll LCD Display Lines
substitutions:
lcd_width: '16'
lcd_height: '2'
scroll_speed: 1s
line_1: 'Long line that we want to scroll'
line_2: 'Another long line that does not fit on the screen'
display:
- platform: lcd_gpio
dimensions: ${lcd_width}x${lcd_height}