OSDN Git Service

Theta Z1のOLED画面に文字を表示する部分を追加。
[gokigen/ThetaThoughtShutter.git] / app / src / main / java / jp / osdn / gokigen / thetathoughtshutter / theta / ThetaHardwearControl.kt
index 6609f4a..b0dc839 100644 (file)
@@ -7,6 +7,8 @@ import com.theta360.pluginlibrary.values.LedColor
 import com.theta360.pluginlibrary.values.LedTarget
 import com.theta360.pluginlibrary.values.OledDisplay
 import com.theta360.pluginlibrary.values.TextArea
+import java.util.*
+import kotlin.collections.HashMap
 
 class ThetaHardwareControl(private val activity: PluginActivity) : IThetaHardwareControl
 {