板载智能 图像处理修复

This commit is contained in:
Irene-Maxine
2025-05-29 11:52:20 +08:00
parent ba36d97506
commit 0d9fbc7a21
6 changed files with 39 additions and 1 deletions

View File

@@ -376,6 +376,17 @@ export const display_clear = {
}
};
export const display_available = {
init: function () {
this.setColour(DISPLAY_ONBOARD_HUE);
this.appendDummyInput()
.appendField(Blockly.Msg.MIXLY_SHOW + Blockly.Msg.MIXLY_DISPLAY_MATRIX_WRITE_NOW);
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setInputsInline(true);
}
};
/**
* @deprecated To be removed in the future
*/