Skip to content

Commit 93815a3

Browse files
committed
adds import to st7789 driver
1 parent 9bfd1ca commit 93815a3

File tree

1 file changed

+1
-0
lines changed
  • api_drivers/common_api_drivers/display/st7789

1 file changed

+1
-0
lines changed

api_drivers/common_api_drivers/display/st7789/st7789.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from micropython import const # NOQA
22
import display_driver_framework
33
import lcd_bus
4+
import lvgl as lv
45

56

67
STATE_HIGH = display_driver_framework.STATE_HIGH

0 commit comments

Comments
 (0)