We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41655b0 commit 3db0c74Copy full SHA for 3db0c74
.github/workflows/run-cl-arduino.yml
@@ -65,8 +65,9 @@ jobs:
65
sed -i 's/#if 0/#if 1/' /home/runner/Arduino/libraries/lv_conf.h
66
sed -i 's/#define LV_USE_DEMO_WIDGETS 0/#define LV_USE_DEMO_WIDGETS 1/' /home/runner/Arduino/libraries/lv_conf.h
67
sed -i 's/#define LV_USE_DEMO_BENCHMARK 0/#define LV_USE_DEMO_BENCHMARK 1/' /home/runner/Arduino/libraries/lv_conf.h
68
-
69
+ sed -i 's/#define LV_FONT_MONTSERRAT_26 0/#define LV_FONT_MONTSERRAT_26 1/' /home/runner/Arduino/libraries/lv_conf.h
+ sed -i 's/#define LV_FONT_MONTSERRAT_14 1/#define LV_FONT_MONTSERRAT_14 0/' /home/runner/Arduino/libraries/lv_conf.h
70
+
71
ln -s /home/runner/Arduino/libraries/lvgl/demos /home/runner/Arduino/libraries/lvgl/src/demos
72
73
0 commit comments