From c16d819146abe35cf34f6fcd56501aff0abb3ec1 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 1 Jun 2025 18:15:21 +0200 Subject: [PATCH] Real display has 3 modules with 40 columns each. --- buba/static/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buba/static/display.js b/buba/static/display.js index 2af6c16..58f68f9 100644 --- a/buba/static/display.js +++ b/buba/static/display.js @@ -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...");