Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hishizuka committed Jan 24, 2024
1 parent 5fdb775 commit 090a6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/display/mip_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
import pigpio

_SENSOR_DISPLAY = True
import pyximport

import pyximport
pyximport.install()
from .cython.mip_helper import conv_3bit_color, MipDisplay_CPP

MODE = "Cython_full"
except ImportError:
pass
Expand Down

0 comments on commit 090a6d1

Please sign in to comment.