Skip to content

Commit 30b1f7d

Browse files
committed
updates board config
1 parent 29afb25 commit 30b1f7d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

api_drivers/common_api_drivers/display/lt7381/_lt7381_init_type1.py

-3
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,3 @@ def init(self):
13021302
self._set_reg(_MPWCTR, _MPWCTR_MAIN_COLOR_24BPP)
13031303
self._set_reg(_AW_COLOR, _AW_COLOR_CANVAS_24BPP)
13041304
self._set_reg(_MPWCTR, _MPWCTR_MAIN_COLOR_24BPP)
1305-
1306-
setattr(self, 'set_backlight', set_backlight)
1307-
setattr(self, 'get_backlight', get_backlight)

display_configs/ER-TFTMC050-3.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ uart_repl_bitrate = 115200
99

1010
[I2C.Bus.i2c_bus]
1111
host = 0
12-
scl = 20
13-
sda = 19
12+
scl = 48
13+
sda = 47
1414
freq = 400000
1515

1616
[I80Bus.display_bus]
@@ -49,7 +49,7 @@ params = ["lt7381.TYPE_ER_TFTMC050_3"]
4949

5050
[GSL1680.indev]
5151
device = "indev_device"
52-
wake_pin = 0
52+
wake_pin = 10
5353

5454
[display.set_backlight]
5555
params = [100]

0 commit comments

Comments
 (0)