struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx) {
if (!isInputDirty<input_UPD>(ctx))
return;
auto tft = getValue<input_DEV>(ctx);
int scale = getValue<input_SCALE>(ctx);
tft->setTextScale(scale,scale);
emitValue<output_DONE>(ctx, 1);
}