Avatar for wirk

wirk

Member since May 2018 • Last active May 2018
  • 1 conversations
  • 2 comments

Most recent activity

    • 4 comments
    • 1,647 views
  • in Puck.js, Pixl.js and MDBT42
    Avatar for wirk

    Hi Gordon,

    thanks for the quick reply. It was my mistake, I actually had 1V97 and flashed 1V98 myself because I didn't see 1V99. Just updated and it's working like a charm. Thanks again!

    Just a thought, perhaps you could help inattentive people like me my grouping the firmware files in folders by device name.

  • in Puck.js, Pixl.js and MDBT42
    Avatar for wirk

    Hi everyone,

    I've just received my first Pixl.js and started trying it out. However, it doesn't display any text at all. am I doing something wrong? I've tried a few of the examples and everything else works fine. If I try for example the dinosaur game, it won't print "Game over" if I hit a cactus.

    Or a simple example:

    g.setFontVector(40);
    // Draw a pattern with lines
    g.clear();
    for (i=0;i<64;i+=7.9) g.drawLine(0,i,i,63);
    g.drawString("Hello World",30,30);
    // Update the display when done
    g.flip(true);
    

    The attached screenshot is what I see on the screen.

    Can anyone help me?

Actions