Skip to content

Commit f1a4e87

Browse files
committed
Remove LVGL from build tools
1 parent a4d9e8e commit f1a4e87

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
build-esp32sx-esptool:
21-
name: 🏗️ESP32-Sx(lvgl)
21+
name: 🏗️ESP32-Sx
2222
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
@@ -81,8 +81,6 @@ jobs:
8181
git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
8282
git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
8383
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
84-
git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl
85-
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
8684
- name: Download stable Nanopb
8785
id: download-nanopb
8886
continue-on-error: true
@@ -112,12 +110,6 @@ jobs:
112110
# Copy files to WipperSnapper's src/nanopb directory
113111
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
114112
mv nanopb/pb.h src/nanopb/nanopb.pb.h
115-
- name: List all files in Adafruit_LittlevGL_Glue_Library folder
116-
run: |
117-
ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
118-
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
119-
run: |
120-
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
121113
- name: Install Dependencies (esptool)
122114
run: |
123115
pip3 install esptool
@@ -292,8 +284,6 @@ jobs:
292284
git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
293285
git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
294286
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
295-
git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl
296-
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
297287
- name: Download stable Nanopb
298288
id: download-nanopb
299289
continue-on-error: true
@@ -323,12 +313,6 @@ jobs:
323313
# Copy files to WipperSnapper's src/nanopb directory
324314
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
325315
mv nanopb/pb.h src/nanopb/nanopb.pb.h
326-
- name: List all files in Adafruit_LittlevGL_Glue_Library folder
327-
run: |
328-
ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
329-
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
330-
run: |
331-
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
332316
- name: Build for ESP32-SX
333317
run: |
334318
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
@@ -804,8 +788,6 @@ jobs:
804788
git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
805789
git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
806790
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
807-
git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl
808-
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
809791
- name: Download stable Nanopb
810792
id: download-nanopb
811793
continue-on-error: true

platformio.ini

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ framework = arduino
1616
monitor_speed = 115200
1717
lib_compat_mode = strict
1818
lib_deps =
19-
;;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
20-
; https://github.com/adafruit/Adafruit_HX8357_Library.git
21-
; https://github.com/adafruit/Adafruit_ILI9341.git
22-
; https://github.com/adafruit/Adafruit_STMPE610.git
23-
; https://github.com/adafruit/Adafruit-ST7735-Library.git
24-
; https://github.com/adafruit/Adafruit_TouchScreen.git
25-
; https://github.com/brentru/lvgl.git#wippersnapper
26-
; https://github.com/brentru/Adafruit_LvGL_Glue.git#development
27-
;;;;;;;;;;; All Boards need these libraries included ;;;;;;;;;;;;;;
2819
adafruit/Adafruit Zero DMA Library
2920
adafruit/Adafruit NeoPixel
3021
adafruit/Adafruit SPIFlash
@@ -296,35 +287,6 @@ build_flags = -DARDUINO_FUNHOUSE -DBOARD_HAS_PSRAM
296287
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
297288
extra_scripts = pre:rename_usb_config.py
298289

299-
; Adafruit Funhouse ESP32-S2
300-
[env:adafruit_funhouse_esp32s2_debug]
301-
extends = common:esp32
302-
board = adafruit_funhouse_esp32s2
303-
;lib_extra_dirs =
304-
build_type = debug
305-
build_flags =
306-
-DARDUINO_FUNHOUSE
307-
-DBOARD_HAS_PSRAM
308-
-DCFG_TUSB_DEBUG=1
309-
-DDEBUG=1
310-
-DESP_LOG_LEVEL=ESP_LOG_VERBOSE
311-
-DARDUINO_CORE_DEBUG_LEVEL=5
312-
-DCORE_DEBUG_LEVEL=5
313-
-DARDUHAL_LOG_LEVEL=5
314-
; USB Configuration
315-
; Uncomment if USB CDC on boot is needed
316-
; -DARDUINO_USB_CDC_ON_BOOT=1
317-
; -DARDUINO_USB_MODE=0 ; 0 for CDC + TinyUSB, 1 for Hardware CDC + JTAG
318-
; LVGL Debugging
319-
-DLV_USE_DEBUG=1
320-
-DLV_USE_LOG=1
321-
-DLV_LOG_PRINTF=1
322-
-DLV_LOG_COLOR=1
323-
-DLV_LOG_LEVEL=LV_LOG_LEVEL_TRACE
324-
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
325-
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
326-
extra_scripts = pre:rename_usb_config.py
327-
328290
; Adafruit QT Py ESP32 Pico
329291
[env:adafruit_qtpy_esp32]
330292
extends = common:esp32

0 commit comments

Comments
 (0)