From cd9c5983c458bf18cdb4b22b4375a642e5f1196e Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Thu, 12 Aug 2021 09:50:38 +0300 Subject: [PATCH] Update .gitpod Move xrandr to later stage, seems it doesn't work from init stage. --- .gitpod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod b/.gitpod index ea4a8cc35..2a94dbb35 100644 --- a/.gitpod +++ b/.gitpod @@ -8,11 +8,11 @@ ports: onOpen: ignore tasks: - init: | - xrandr --fb 500x500 # Fix resolution for LVGL screens which are smaller make -C ports/unix VARIANT=dev DEBUG=1 submodules make -j $(nproc) -C mpy-cross VARIANT=dev DEBUG=1 make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1 command: | + xrandr --fb 500x500 # Fix resolution for LVGL screens which are smaller ports/unix/micropython-dev -i lib/lv_bindings/examples/advanced_demo.py vscode: extensions: