You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Well not days but a year ;-)

    With the latest travis build it is now possible to used scaled bitmap fonts.

    Just give it a try using the Espruino Web IDE for Bangle.js.

    g.clear();
    var pos = {x:0,y:0};
    for (var i=1;i< 7;i++){ 
          pos.y += (i-1) *8 + 2;
          g.setFont("6x8",i).drawString("Scaled",p­os.x,pos.y,true);
    }
    

    1 Attachment

    • Bildschirmfoto 2019-11-29 um 06.52.04.jpg
About

Avatar for MaBe @MaBe started