You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Coming soon...

    https://www.youtube.com/watch?v=U-XOUVkj­LKg

    It was one of the Espruino Pico's stretch goals (which we hit after the campaign because of all the extra parts people ordered), and it'll be coming to the original Espruino board as well.

    It's in the 'tv' branch on GitHub (the code's horrible right now so it still needs a lot of cleanup), but if you want to use it connect a 1k resistor to A6, and 470 Ohm resistor to A7, then connect the ends together and shove it into a TV.

    The code currently looks like:

    var g = Graphics.createArrayBuffer(384,270,1);
    E.tv(g.buffer);
    

    But that is a hack, so it'll change before it gets merged into the main build.

    Hopefully if done right it can be used for VGA as well.

About

Avatar for Gordon @Gordon started