Update app.js - rename image

pull/2757/head
stweedo 2023-05-18 11:59:52 -05:00 committed by GitHub
parent dc00a246be
commit d9ab1e6f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;