mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-02 01:51:42 +00:00
d320b6511d
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
7 lines
206 B
C
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);
|