well yes, but how much extra (compiled) space does an explicit assignment take?
ie:
g = Pixl.getGraphics();
TBH - I'd prefer an explicit assignment myself - but understand the thinking. Hopefully no one uses 'g' as a variable name!
In most of the demos there is a variable 'g' that refers to the graphics display. In the Pixl, where is that defined? Is it 'built-in' in some way?
see: http://www.espruino.com/Pico+Flappy+BirdÂ+Game
Thanks Gordon - price seemed OK to me - I have some idea of how much work goes into these things. Will look forward to the read!
Excellent! Where's the eBook option though?
Thanks Gordon - will try again & let you know if there are any further issues...
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.
well yes, but how much extra (compiled) space does an explicit assignment take?
ie: