mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Merge branch 'gpio-redesign' of http://github.com/fvanroie/hasp-lvgl into gpio-redesign
This commit is contained in:
commit
eecfb8ed43
@ -28,6 +28,7 @@ build_flags =
|
|||||||
-D HASP_USE_GPIO=1
|
-D HASP_USE_GPIO=1
|
||||||
-D HASP_USE_CONFIG=0 ; Standalone application, as library
|
-D HASP_USE_CONFIG=0 ; Standalone application, as library
|
||||||
-D HASP_USE_DEBUG=1
|
-D HASP_USE_DEBUG=1
|
||||||
|
-D HASP_USE_PNGDECODE=1
|
||||||
-D HASP_USE_MQTT=1
|
-D HASP_USE_MQTT=1
|
||||||
-D MQTT_MAX_PACKET_SIZE=2048
|
-D MQTT_MAX_PACKET_SIZE=2048
|
||||||
-D HASP_ATTRIBUTE_FAST_MEM=
|
-D HASP_ATTRIBUTE_FAST_MEM=
|
||||||
@ -46,8 +47,7 @@ build_flags =
|
|||||||
;-D NO_PERSISTENCE
|
;-D NO_PERSISTENCE
|
||||||
-I.pio/libdeps/linux_sdl_64bits/paho/src
|
-I.pio/libdeps/linux_sdl_64bits/paho/src
|
||||||
-I.pio/libdeps/linux_sdl_64bits/ArduinoJson/src
|
-I.pio/libdeps/linux_sdl_64bits/ArduinoJson/src
|
||||||
-I lib/ArduinoJson/src
|
|
||||||
-I lib/lv_fs_if
|
|
||||||
!python -c "import os; print(' '.join(['-I {}'.format(i[0].replace('\x5C','/')) for i in os.walk('hal/sdl2')]))"
|
!python -c "import os; print(' '.join(['-I {}'.format(i[0].replace('\x5C','/')) for i in os.walk('hal/sdl2')]))"
|
||||||
; ----- Statically linked libraries --------------------
|
; ----- Statically linked libraries --------------------
|
||||||
-lSDL2
|
-lSDL2
|
||||||
@ -61,12 +61,12 @@ lib_deps =
|
|||||||
https://github.com/eclipse/paho.mqtt.c.git
|
https://github.com/eclipse/paho.mqtt.c.git
|
||||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
||||||
https://github.com/fvanroie/lv_drivers
|
https://github.com/fvanroie/lv_drivers
|
||||||
|
git+https://github.com/lvgl/lv_lib_png.git
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
paho
|
paho
|
||||||
AXP192
|
AXP192
|
||||||
ArduinoLog
|
ArduinoLog
|
||||||
lv_fs_if
|
|
||||||
|
|
||||||
src_filter =
|
src_filter =
|
||||||
+<*>
|
+<*>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user