We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ae502 commit 43bee28Copy full SHA for 43bee28
examples/pyportal.py
@@ -1,15 +1,14 @@
1
import os
2
import time
3
import board
4
-import displayio
5
import pulseio
6
-
7
import microcontroller
+import displayio
8
9
from adafruit_bitmap_font import bitmap_font
10
from adafruit_display_text.text_area import TextArea
11
12
-backlight = pulseio.PWMOut(microcontroller.pin.PB21)
+backlight = pulseio.PWMOut(microcontroller.pin.PB21) #pylint: disable=no-member
13
14
max_brightness = 2 ** 15
15
0 commit comments