ssd1351 drivers: remove unused import statement.

pull/16/head
Peter Hinch 2022-04-28 12:57:14 +01:00
rodzic 834ec5503c
commit daab0fa859
3 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -14,7 +14,6 @@ import framebuf
import utime
import gc
import micropython
from uctypes import addressof
from drivers.boolpalette import BoolPalette
# https://github.com/peterhinch/micropython-nano-gui/issues/2

Wyświetl plik

@ -15,7 +15,6 @@ import framebuf
import utime
import gc
import micropython
from uctypes import addressof
from drivers.boolpalette import BoolPalette
# https://github.com/peterhinch/micropython-nano-gui/issues/2

Wyświetl plik

@ -9,17 +9,16 @@
# This driver is based on the Adafruit C++ library for Arduino
# https://github.com/adafruit/Adafruit-SSD1351-library.git
# Copyright (c) Peter Hinch 2018-2020
# Copyright (c) Peter Hinch 2018-2022
# Released under the MIT license see LICENSE
import framebuf
import utime
import gc
import micropython
from uctypes import addressof
from drivers.boolpalette import BoolPalette
import sys
#import sys
# https://github.com/peterhinch/micropython-nano-gui/issues/2
# The ESP32 does not work reliably in SPI mode 1,1. Waveforms look correct.
# Now using 0,0 on STM and ESP32