show real static Google Map on ePaper display

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-05-25 20:38:09 +02:00
parent f69e451628
commit e8543c1710
8 changed files with 554 additions and 4469 deletions

View File

@@ -13,7 +13,7 @@ boards_dir = boards
[env]
lib_extra_dirs = ${PROJECT_DIR}
platform = espressif32@6.5.0
platform = espressif32@6.7.0
framework = arduino
upload_speed = 921600
monitor_speed = 115200
@@ -24,7 +24,7 @@ build_flags =
-DARDUINO_USB_CDC_ON_BOOT=1
; Enable -UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery
; -UARDUINO_USB_CDC_ON_BOOT
; -UARDUINO_USB_CDC_ON_BOOT
-DCORE_DEBUG_LEVEL=0
@@ -47,7 +47,7 @@ lib_deps =
# external libraries
lewisxhe/SensorLib @ ^0.1.9
lennarthennigs/Button2 @ ^2.3.2
https://github.com/Xinyuan-LilyGO/LilyGo-EPD47#v1.0.1
https://github.com/Xinyuan-LilyGO/LilyGo-EPD47#esp32s3
[env:T5-ePaper-S3]
extends = env