Skip to content

Commit 7040a65

Browse files
committed
Update code.py
1 parent 9b2c058 commit 7040a65

File tree

1 file changed

+1
-1
lines changed
  • Bare_eInk_Guide/212x104_flexible_monochrome_python

1 file changed

+1
-1
lines changed

Bare_eInk_Guide/212x104_flexible_monochrome_python/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import digitalio
1313
from PIL import Image, ImageDraw, ImageFont
1414

15-
from adafruit_epd.il0373 import Adafruit_IL0373, Adafruit_IL0373_213_Flex_Mono
15+
from adafruit_epd.il0373 import Adafruit_IL0373_213_Flex_Mono
1616

1717
# First define some color constants
1818
WHITE = (0xFF, 0xFF, 0xFF)

0 commit comments

Comments
 (0)