mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Specify commit for lv_lib_png
This commit is contained in:
parent
3fd3a7d036
commit
a78f3c213b
@ -192,7 +192,7 @@ IRAM_ATTR void loop()
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
delay(2); // ms
|
||||
#else
|
||||
delay(2); // ms
|
||||
delay(3); // ms
|
||||
// delay((lv_task_get_idle() >> 5) + 3); // 2..5 ms
|
||||
#endif
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ lib_deps =
|
||||
https://github.com/eclipse/paho.mqtt.c.git
|
||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
||||
https://github.com/fvanroie/lv_drivers
|
||||
git+https://github.com/lvgl/lv_lib_png.git
|
||||
git+https://github.com/lvgl/lv_lib_png.git#7ff6168764893d658375a9c3173337506ff4eb1b
|
||||
|
||||
lib_ignore =
|
||||
paho
|
||||
|
@ -83,7 +83,7 @@ lib_deps =
|
||||
https://github.com/eclipse/paho.mqtt.c.git
|
||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
||||
https://github.com/fvanroie/lv_drivers
|
||||
git+https://github.com/lvgl/lv_lib_png.git
|
||||
git+https://github.com/lvgl/lv_lib_png.git#7ff6168764893d658375a9c3173337506ff4eb1b
|
||||
|
||||
lib_ignore =
|
||||
paho
|
||||
|
Loading…
x
Reference in New Issue
Block a user