|
@@ -51,7 +51,7 @@ public class LedHandlerYangBandV4d2 implements ILedHandler {
|
|
|
short h = 16;
|
|
|
short y = (short) NumberUtil.mul(Integer.parseInt(line) - 1, 16);
|
|
|
List<BxArea> areas = new ArrayList<>();
|
|
|
- byte[] datas = ("\\c" + Integer.parseInt(ledOptions.getColor())).getBytes(SystemCharsets.GB2312);
|
|
|
+ byte[] datas = ("\\C" + Integer.parseInt(ledOptions.getColor()) + content).getBytes(SystemCharsets.GB2312);
|
|
|
BxAreaDynamic BxArea = new BxAreaDynamic(id, x, y, w, h, datas, true);
|
|
|
if (ledOptions.isSay()) {
|
|
|
BxArea.setSoundMode((byte) 0x02);
|