This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
MemoryTrainer/pi.memorytrainer.js

14 lines
244 B
JavaScript
Executable File

(() => {
function drawFace(ret) {
if(!ret) {
g.clear();
E.showMessage("Testmessage from pi.memorytrainer.js!", "TEST");
ret = true;
}
return ret;
}
return { drawFace: drawFace, call_interval: 1000 };
})();