use mapbox as provider (on device)

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-13 14:31:45 +02:00
parent 8d76f1d612
commit 7ac93829f3
2 changed files with 12153 additions and 543 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ void mapView(void* args) {
epd_poweron();
epd_clear();
epd_draw_grayscale_image(epd_full_screen(), framebuffer);
epd_poweroff();
epd_poweroff_all();
while (1) {
vTaskDelay(pdMS_TO_TICKS(100));