Update app.js

pull/2957/head
inhof009 2023-08-06 14:56:10 -04:00 committed by GitHub
parent 373326265d
commit a5073c2514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ function handleStartup(data) {
}
function displayData() {
num = keys.length;
width = g.getWidth()/(2);
height = g.getHeight()/(num);
console.log(g.getHeight());
g.clear();
g.setFont("Vector",20);
g.setFontAlign(0,0);