It looks like you're doing drawHand(Math.round(accel.maxZ)); when the actual variable you're setting up is just maxZ?
drawHand(Math.round(accel.maxZ));
maxZ
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It looks like you're doing
drawHand(Math.round(accel.maxZ));
when the actual variable you're setting up is justmaxZ
?