If thought that it would have been more logical that g.getModified(true); would indicate "nothing needs to be modified". In the current implementation I feel it indicates "the entire screen needs to be modified.
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.
If thought that it would have been more logical that
g.getModified(true);
would indicate "nothing needs to be modified". In the current implementation I feel it indicates "the entire screen needs to be modified.Just my opinion.