1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

st7735_conf_fixes (#1530)

This commit is contained in:
SenexCrenshaw
2021-02-14 00:21:43 -05:00
committed by GitHub
parent b52f7cfe86
commit a342302114
2 changed files with 65 additions and 40 deletions

View File

@@ -1825,10 +1825,10 @@ display:
dc_pin: GPIO16
reset_pin: GPIO23
rotation: 0
devicewidth: 128
deviceheight: 160
colstart: 0
rowstart: 0
device_width: 128
device_height: 160
col_start: 0
row_start: 0
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
tm1651: