world clock: support longer cities on custom LCD

This commit is contained in:
Joey Castillo
2025-03-15 15:20:22 -04:00
parent ecc633fab4
commit 7d129ba6c3
5 changed files with 143 additions and 30 deletions

View File

@@ -155,8 +155,6 @@ typedef struct {
} movement_event_t;
extern const int16_t movement_timezone_offsets[];
extern const char movement_valid_position_0_chars[];
extern const char movement_valid_position_1_chars[];
/** @brief Perform setup for your watch face.
* @details It's tempting to say this is 'one-time' setup, but technically this function is called more than