• I recently read a README for Pooq Roman Clock and the README stated that widgets were not supported.
    There is a way to load the widgets but not have them display.

    Bangle.loadWidgets();
    /*
     * we are not drawing the widgets as we are taking over the whole screen
     * so we will blank out the draw() functions of each widget
     */
    for (let wd of WIDGETS) {wd.draw=()=>{};}
    
    
About

Avatar for HughB @HughB started