|
@@ -64,7 +64,7 @@ public class LedHandlerYangBandV4d2 implements ILedHandler {
|
|
// 音量
|
|
// 音量
|
|
BxArea.setSoundVolume((byte) 10);
|
|
BxArea.setSoundVolume((byte) 10);
|
|
// 要发声的文字,仅在 soundMode = 0x02时有效
|
|
// 要发声的文字,仅在 soundMode = 0x02时有效
|
|
- BxArea.setSoundData(datas);
|
|
|
|
|
|
+ BxArea.setSoundData(content.getBytes(SystemCharsets.GB2312));
|
|
}
|
|
}
|
|
// 显示方式,其定义如下:
|
|
// 显示方式,其定义如下:
|
|
// 0x01——静止显示
|
|
// 0x01——静止显示
|