Acknowledged

venusq2 device file incomplete?

Have updated device files through sdk manager, but received an exception during drawBitmap2 in the sim, and noticed the venusq2 compiler.json seems to be lacking an imageFormats section.

Parents
  • Same error happens for me in drawBitmap2 when I use PNG files:

     <bitmap id="white_m_x" filename="white_metrics_x.png" packingFormat="png" scaleX="100%" scaleY="100%" scaleRelativeTo="screen"/>
    dc.drawBitmap2(0, 0, white_m, {:tintColor => p[1], :filterMode => G.FILTER_MODE_BILINEAR} );
Comment
  • Same error happens for me in drawBitmap2 when I use PNG files:

     <bitmap id="white_m_x" filename="white_metrics_x.png" packingFormat="png" scaleX="100%" scaleY="100%" scaleRelativeTo="screen"/>
    dc.drawBitmap2(0, 0, white_m, {:tintColor => p[1], :filterMode => G.FILTER_MODE_BILINEAR} );
Children
No Data