This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File "led_panel.py", line 17, in __init__ TypeError: extra keyword arguments given #1
Open
Description
Init
led = LEDPanel(
pe = Pin(0, Pin.OUT),
pa = Pin(1, Pin.OUT),
pb = Pin(2, Pin.OUT),
pclk = Pin(4, Pin.OUT),
plat = Pin(5, Pin.OUT),
pdr = Pin(6, Pin.OUT),
freq = 1000,
duty = 1
)
w = 32
h = 16
File "", line 13, in
File "led_panel.py", line 17, in init
TypeError: extra keyword arguments given
What is the reason for this?
Metadata
Metadata
Assignees
Labels
No labels