From 9491af006392f6167d8fdd01090345052916548d Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 29 Oct 2024 17:16:16 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2fbd995..cf2a5bd 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ npm i ../rpi-ws281x-smi/ Use an example from displayconf-example.js to configure the DisplayRPI driver. +NOTE2: Since the pi probably doesnt have enough memory to build the vite-stuff, i usally run npm buildweb somewhere else and upload the result. + +We really need a prebuilt docker image for this :) + + ### Pixelflut (Currently broken, needs to be ported to new API. See DisplayPixelflut.ts)