Skip to content

Commit f98f42b

Browse files
authored
Use Berry instead of pixels commands
1 parent a92b296 commit f98f42b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

raw/esp32c6/Waveshare_LCD_1.47/init.bat

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
; Use LVGL build
33
Template {"NAME":"Waveshare ESP32C6 LCD 1.47","GPIO":[1,1,1,1,6720,672,704,736,1376,1,1,1,1,1,768,800,1,1,1,1,1,1024,992,1,0,0,6210,0,0,0,0],"FLAG":0,"BASE":1}
44
Module 0
5-
Pixels 1
6-
PixelType 2
5+
; We can't use Pixels and PixelType commands because the template is not yet active
6+
; so we use Berry helpers instead to emulate 'Pixels 1' and 'PixelType 2'
7+
Br tasmota.settings.light_pixels = 1
8+
Br tasmota.settings.light_pixels_order = 2
9+
Br tasmota.settings.light_pixels_rgbw = 0

0 commit comments

Comments
 (0)