Skip to content

Commit 18ddfb5

Browse files
authored
Feat/gitpod - fixes (micropython#36)
Change screen resolution, otherwise LVGL screen appears too small. Ignore port 5900.
1 parent 87c878e commit 18ddfb5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitpod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ ports:
44
- port: 6080
55
protocol: "http"
66
onOpen: open-preview
7+
- port: 5900
8+
onOpen: ignore
79
tasks:
810
- init: |
11+
xrandr --fb 500x500
912
make -j $(nproc) -C mpy-cross VARIANT=dev DEBUG=1
1013
make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
1114
command: |

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full-vnc
22

33
# Install dependencies
44
RUN sudo apt-get update && \
5-
sudo apt-get install -y libgtk-3-dev libsdl2-dev
5+
sudo apt-get install -y libgtk-3-dev libsdl2-dev x11-xserver-utils
66

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy