mirror of https://github.com/espruino/BangleApps
Update app.js - rename image
parent
dc00a246be
commit
d9ab1e6f15
|
@ -126,7 +126,7 @@ function resistanceToColorBands(resistance, tolerance) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function drawResistor(colorBands, tolerance) {
|
function drawResistor(colorBands, tolerance) {
|
||||||
let img = require("Storage").read("rescalc.app.img");
|
let img = require("Storage").read("rescalc-resistor.img");
|
||||||
let resistorBodyWidth = 51;
|
let resistorBodyWidth = 51;
|
||||||
let resistorBodyHeight = 43;
|
let resistorBodyHeight = 43;
|
||||||
let resistorStartX = 57;
|
let resistorStartX = 57;
|
||||||
|
|
Loading…
Reference in New Issue