-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
./bg3_540px.png | ||
./bg1_240px.png | ||
./bg_540px.png | ||
./bg2_240px.png | ||
./rounddisplaymask_240px.png | ||
./bg_240px.png | ||
./bg1_540px.png | ||
./bg_320px.png | ||
./bg2_540px.png | ||
./bg1_320px.png | ||
./bg3_240px.png | ||
./bg2_320px.png | ||
./bg3_320px.png |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
./bg3_540px.c | ||
./bg1_320px.c | ||
./bg2_540px.c | ||
./bg_540px.c | ||
./bg1_540px.c | ||
./rounddisplaymask_240px.c | ||
./bg_320px.c | ||
./bg3_320px.c | ||
./bg1_240px.c | ||
./bg_240px.c | ||
./bg3_240px.c | ||
./bg2_320px.c | ||
./bg2_240px.c |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,6 @@ lib_deps = | |
PubSubClient@>=2.8 | ||
https://github.com/mobizt/ESP-Mail-Client | ||
mikalhart/TinyGPSPlus | ||
t-vk/ESP32 BLE Keyboard @ ^0.3.2 | ||
h2zero/NimBLE-Arduino @ ^1.3.8 | ||
|
||
[env:m5core2] | ||
|
@@ -249,12 +248,15 @@ lib_deps = | |
PubSubClient@>=2.8 | ||
mikalhart/TinyGPSPlus | ||
https://github.com/mobizt/ESP-Mail-Client | ||
t-vk/ESP32 BLE Keyboard @ ^0.3.2 | ||
h2zero/NimBLE-Arduino @ ^1.3.8 | ||
|
||
|
||
[env:t-watch2021] | ||
platform = https://github.com/Jason2866/platform-espressif32.git | ||
; overrides the default arduino-esp32 framework with an custom built arduino-esp32 framework | ||
; the custom arduino-esp32 framework provides better power managment, dynamic frquency scaling and 80Mhz Flash/SPIRAM support | ||
; built from https://github.com/Jason2866/esp32-arduino-lib-builder | ||
platform_packages = framework-arduinoespressif32 @ https://github.com/sharandac/arduino-esp32-hedge-ng | ||
platform = [email protected] | ||
board = esp32dev | ||
framework = arduino | ||
lib_archive = true | ||
|
@@ -331,8 +333,6 @@ board_build.embed_txtfiles = | |
build_src_filter = | ||
+<*> | ||
lib_deps = | ||
; TTGO TWatch Library@=1.4.2 | ||
; https://github.com/lvgl/lvgl.git#v7.7.2 | ||
https://github.com/dervomsee/TTGO_TWatch_Library/archive/refs/heads/lvgl_update.zip | ||
https://github.com/lvgl/lvgl.git#v7.11.0 | ||
ESP Async WebServer@>=1.2.0 | ||
|
@@ -347,7 +347,6 @@ lib_deps = | |
https://github.com/tobozo/ESP32-targz/archive/refs/heads/1.0.5-beta.zip | ||
https://github.com/mobizt/ESP-Mail-Client | ||
https://github.com/pschatzmann/ESP32-A2DP | ||
t-vk/ESP32 BLE Keyboard @ ^0.3.2 | ||
mikalhart/TinyGPSPlus | ||
h2zero/NimBLE-Arduino @ ^1.3.8 | ||
build_type = release | ||
|
@@ -382,8 +381,6 @@ board_build.embed_txtfiles = | |
build_src_filter = | ||
+<*> | ||
lib_deps = | ||
; TTGO TWatch Library@=1.4.2 | ||
; https://github.com/lvgl/lvgl.git#v7.7.2 | ||
https://github.com/dervomsee/TTGO_TWatch_Library/archive/refs/heads/lvgl_update.zip | ||
https://github.com/lvgl/lvgl.git#v7.11.0 | ||
ESP Async WebServer@>=1.2.0 | ||
|
@@ -397,7 +394,6 @@ lib_deps = | |
https://github.com/mobizt/ESP-Mail-Client | ||
mikalhart/TinyGPSPlus | ||
https://github.com/pschatzmann/ESP32-A2DP | ||
t-vk/ESP32 BLE Keyboard @ ^0.3.2 | ||
h2zero/NimBLE-Arduino @ ^1.3.8 | ||
build_type = release | ||
build_flags = | ||
|
@@ -431,8 +427,6 @@ board_build.embed_txtfiles = | |
build_src_filter = | ||
+<*> | ||
lib_deps = | ||
; TTGO TWatch Library@=1.4.2 | ||
; https://github.com/lvgl/lvgl.git#v7.7.2 | ||
https://github.com/dervomsee/TTGO_TWatch_Library/archive/refs/heads/lvgl_update.zip | ||
https://github.com/lvgl/lvgl.git#v7.11.0 | ||
ESP Async WebServer@>=1.2.0 | ||
|
@@ -448,9 +442,7 @@ lib_deps = | |
https://github.com/mobizt/ESP-Mail-Client | ||
mikalhart/TinyGPSPlus | ||
https://github.com/pschatzmann/ESP32-A2DP | ||
t-vk/ESP32 BLE Keyboard @ ^0.3.2 | ||
h2zero/NimBLE-Arduino @ ^1.3.8 | ||
|
||
build_type = release | ||
build_flags = | ||
-DCORE_DEBUG_LEVEL=3 | ||
|