Skip to content

Commit 3db0c74

Browse files
committed
lvgl15
1 parent 41655b0 commit 3db0c74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-cl-arduino.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
sed -i 's/#if 0/#if 1/' /home/runner/Arduino/libraries/lv_conf.h
6666
sed -i 's/#define LV_USE_DEMO_WIDGETS 0/#define LV_USE_DEMO_WIDGETS 1/' /home/runner/Arduino/libraries/lv_conf.h
6767
sed -i 's/#define LV_USE_DEMO_BENCHMARK 0/#define LV_USE_DEMO_BENCHMARK 1/' /home/runner/Arduino/libraries/lv_conf.h
68-
69-
68+
sed -i 's/#define LV_FONT_MONTSERRAT_26 0/#define LV_FONT_MONTSERRAT_26 1/' /home/runner/Arduino/libraries/lv_conf.h
69+
sed -i 's/#define LV_FONT_MONTSERRAT_14 1/#define LV_FONT_MONTSERRAT_14 0/' /home/runner/Arduino/libraries/lv_conf.h
70+
7071
ln -s /home/runner/Arduino/libraries/lvgl/demos /home/runner/Arduino/libraries/lvgl/src/demos
7172
7273

0 commit comments

Comments
 (0)