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.
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.
Coming soon...
https://www.youtube.com/watch?v=U-XOUVkjLKg
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:
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.