Skip to content

Commit e2fff63

Browse files
authored
Remove obsolete reference to ustruct
1 parent 60bf234 commit e2fff63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/ra8875_bmptest.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
# SPDX-License-Identifier: MIT
33

44
# Quick bitmap test of RA8875 with Feather M4
5+
import struct
6+
57
import busio
68
import digitalio
79
import board
810

911
from adafruit_ra8875 import ra8875
1012
from adafruit_ra8875.ra8875 import color565
1113

12-
try:
13-
import struct
14-
except ImportError:
15-
import ustruct as struct
16-
1714
WHITE = color565(255, 255, 255)
1815

1916
# Configuration for CS and RST pins:

0 commit comments

Comments
 (0)