Real display has 3 modules with 40 columns each.

This commit is contained in:
Stefan Bethke 2025-06-01 18:15:21 +02:00
commit 125c750f03

View file

@ -4,7 +4,7 @@ export default class {
this.config = Object.assign({
templateSvgUrl: "static/geascript-proportional.svg",
rows: 4,
cols: 180,
cols: 120,
stripWidth: 0,
}, config);
console.log("Building display...");