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