You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just done - if you use a new firmware, create an image, go to http://www.espruino.com/Image+Converter and create it to a 1bpp white/black 'image string'. Then write to storage:

    require("Storage").write(".splash",E.toA­rrayBuffer(atob("gEABAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAB//gZ4Z//gAAAAAAAAAAAAf/­4GeGf/4AAAAAAAAAAAAGAGZh/mAGAAAAAAAAAAAA­BgBmYf5gBgAAAAAAAAAAAAZ+YAZgZ+YAAAAAAAAA­AAAGfmAGYGfmAAAAAAAAAAAABn5n5/hn5gAAAAAA­AAAAAAZ+Z+f4Z+YAAAAAAAAAAAAGfmGBhmfmAAAA­AAAAAAAABn5hgYZn5gAAAAAAAAAAAAYAZ554YAYA­AAAAAAAAAAAGAGeeeGAGAAAAAAAAAAAAB//mZmZ/­/gAAAAAAAAAAAAf/5mZmf/4AAAAAAAAAAAAAAAH4­ZgAAAAAAAAAAAAAAAAAB+GYAAAAAAAAAAAAAAAf+­f5gBmZgAAAAAAAAAAAAH/n+YAZmYAAAAAAAAAAAA­B/geZ4GYGAAAAAAAAAAAAAf4HmeBmBgAAAAAAAAA­AAAHn/5h/n+eAAAAAAAAAAAAB5/+Yf5/ngAAAAAA­AAAAAAH5ngeGYAYAAAAAAAAAAAAB+Z4HhmAGAAAA­AAAAAAAABgHn5mH+fgAAAAAAAAAAAAYB5+Zh/n4A­AAAAAAAAAAABnh+AB5mYAAAAAAAAAAAAAZ4fgAeZ­mAAAAAAAAAAAAAGeZh4YeZ4AAAAAAAAAAAABnmYe­GHmeAAAAAAAAAAAAAZ+fmGYZhgAAAAAAAAAAAAGf­n5hmGYYAAAAAAAAAAAABmf54B/5gAAAAAAAAAAAA­AZn+eAf+YAAAAAAAAAAAAAAABgf+B+AAAAAAAAAA­AAAAAAYH/gfgAAAAAAAAAAAAB//n4eZn/gAAAAAA­AAAAAAf/5+HmZ/4AAAAAAAAAAAAGAGHnhgeYAAAA­AAAAAAAABgBh54YHmAAAAAAAAAAAAAZ+Z+Z//+YA­AAAAAAAAAAAGfmfmf//mAAAAAAAAAAAABn5ngAHm­fgAAAAAAAAAAAAZ+Z4AB5n4AAAAAAAAAAAAGfmee­H5hmAAAAAAAAAAAABn5nnh+YZgAAAAAAAAAAAAYA­Z/h//4YAAAAAAAAAAAAGAGf4f/+GAAAAAAAAAAAA­B//mGAH//gAAAAAAAAAAAAf/5hgB//4AAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA­AAAAAAAAAAAAAAAAAAAAAAAAAAA==")))
    

    There's no rotation done, so you'll need to rotate it yourself to landscape, then sort out what you need rotation-wise in the init code :)

    You may also have the image shifted up by one line because of the terminal, but you can actually disable the terminal completely by removing the internal link to the graphics object. Either do it right at the start of your 'save to flash' code, or add E.setBootCode('delete global["\xff"].gfx')

About

Avatar for Gordon @Gordon started