From d8058c2c4f57c8e852d1a7fde4b35b6e4d0054c2 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 16 Apr 2025 13:20:40 +0200 Subject: [PATCH] don't build non-MUI variants --- variants/elecrow_panel/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/elecrow_panel/platformio.ini b/variants/elecrow_panel/platformio.ini index 700912be5..dbe092035 100644 --- a/variants/elecrow_panel/platformio.ini +++ b/variants/elecrow_panel/platformio.ini @@ -66,6 +66,7 @@ lib_deps = # 2.4/2.8 inch 320x240 IPS ST7789 [env:elecrow-24-28] extends = crowpanel_base +board_level = extra build_flags = ${crowpanel_base.build_flags} @@ -114,6 +115,7 @@ build_flags = # 3.5 inch 480x320 IPS ILI9488 [env:elecrow-35] extends = crowpanel_base +board_level = extra build_flags = ${crowpanel_base.build_flags} @@ -215,5 +217,3 @@ build_flags = build_src_filter = ${crowpanel_base_tft.build_src_filter} - +<../lib/device-ui/generated/ui_800x480> - +<../lib/device-ui/generated/ui_800x480/images> \ No newline at end of file