From ccb07fe19e97f82ac76e14f9283cdf959b35d229 Mon Sep 17 00:00:00 2001 From: Federico Ariel Castagnini Date: Tue, 3 Aug 2021 00:48:45 -0700 Subject: [PATCH] correct wrong example parameter (#1359) eightbitcolor should be eight_bit_color --- components/display/st7735.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/st7735.rst b/components/display/st7735.rst index dfd08f96c..bb015be63 100644 --- a/components/display/st7735.rst +++ b/components/display/st7735.rst @@ -38,7 +38,7 @@ There are numerous board types out there. Some initialize differently as well. T device_height: 160 col_start: 0 row_start: 0 - eightbitcolor: true + eight_bit_color: true update_interval: 5s Configuration variables: