The trick is not the size, so much as how to import the image using the image converter.
Generally I:
Using 1 or 2 bit means Espruino will then draw it using the current color.
There's also a 'beta' image converter with a few more features at https://espruino.github.io/EspruinoWebTools/examples/imageconverter.html
One of those is 'invert' - so you can skip the external inversion step.
@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.
The trick is not the size, so much as how to import the image using the image converter.
Generally I:
Using 1 or 2 bit means Espruino will then draw it using the current color.
There's also a 'beta' image converter with a few more features at https://espruino.github.io/EspruinoWebTools/examples/imageconverter.html
One of those is 'invert' - so you can skip the external inversion step.