updates to code to fix PyLint
updates to code to fix PyLint
This commit is contained in:
parent
868e53cf15
commit
6317bbe5b0
2 changed files with 1 additions and 4 deletions
|
|
@ -1,15 +1,12 @@
|
|||
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import time
|
||||
import subprocess
|
||||
import board
|
||||
import terminalio
|
||||
import displayio
|
||||
from adafruit_display_text import label
|
||||
from adafruit_bitmap_font import bitmap_font
|
||||
from adafruit_st7789 import ST7789
|
||||
import gpiozero as gz
|
||||
|
||||
BORDER_WIDTH = 4
|
||||
TEXT_SCALE = 1
|
||||
|
|
|
|||
|
|
@ -170,4 +170,4 @@ else:
|
|||
disp_width = disp.width
|
||||
disp_height = disp.height
|
||||
|
||||
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")
|
||||
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")
|
||||
|
|
|
|||
Loading…
Reference in a new issue