Update .gitpod
Move xrandr to later stage, seems it doesn't work from init stage.
This commit is contained in:
parent
a37dbab90e
commit
cd9c5983c4
2
.gitpod
2
.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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user