Files
vicliu d320b6511d Unify PlatformIO and ESP-IDF around a shared UI/runtime shellRefactor/repo structure (#11)
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
2026-03-12 01:17:46 +08:00

7 lines
206 B
C

#pragma once
#include "lvgl.h"
void ui_format_battery(int level, bool charging, char* out, size_t out_len);
void ui_format_coords(double lat, double lon, uint8_t coord_format, char* out, size_t out_len);