Skip to content

Commit

Permalink
adds import to st7789 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Oct 19, 2024
1 parent 9bfd1ca commit 93815a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_drivers/common_api_drivers/display/st7789/st7789.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from micropython import const # NOQA
import display_driver_framework
import lcd_bus
import lvgl as lv


STATE_HIGH = display_driver_framework.STATE_HIGH
Expand Down

0 comments on commit 93815a3

Please sign in to comment.