Same here, "txt" does not seem to work anymore outside a horizontal or vertical container, this works:
var Layout = require("Layout"); var layout = new Layout( { type:"v", c: [ {type:"txt", font:"6x8", label:"Hello World"} ] }); g.clear(); layout.render();
@user140377 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.
Same here, "txt" does not seem to work anymore outside a horizontal or vertical container, this works: