From a00e272afe94120b89ebd38404a2ade6aa490b10 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 10 Feb 2025 15:29:45 -0500 Subject: [PATCH] meshtasticd: Add X11 480x480 preset (#6020) --- bin/config.d/MUI/X11_480x480.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/config.d/MUI/X11_480x480.yaml diff --git a/bin/config.d/MUI/X11_480x480.yaml b/bin/config.d/MUI/X11_480x480.yaml new file mode 100644 index 000000000..7bdf50453 --- /dev/null +++ b/bin/config.d/MUI/X11_480x480.yaml @@ -0,0 +1,4 @@ +Display: + Panel: X11 + Width: 480 + Height: 480 \ No newline at end of file