From 90386c7a648e118f561d98aef925038d0b595441 Mon Sep 17 00:00:00 2001 From: Alex Muthmann Date: Thu, 31 Oct 2019 08:49:58 +0100 Subject: [PATCH] Change memory splitting to have more memory available As most users won't use a big GUI, it should be sufficient to have 16MB assigned to the GPU and have some more for the system. --- builder/pwnagotchi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 41d2c30..10fda9a 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -13,6 +13,7 @@ - "dtparam=spi=on" - "dtparam=i2c_arm=on" - "dtparam=i2c1=on" + - "gpu_mem=16" modules: - "i2c-dev" services: