mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-04 17:55:23 +00:00
world clock: support longer cities on custom LCD
This commit is contained in:
@ -66,9 +66,6 @@ movement_event_t event;
|
||||
int8_t _movement_dst_offset_cache[NUM_ZONE_NAMES] = {0};
|
||||
#define TIMEZONE_DOES_NOT_OBSERVE (-127)
|
||||
|
||||
const char movement_valid_position_0_chars[] = " AaBbCcDdEeFGgHhIiJKLMNnOoPQrSTtUuWXYZ-='+\\/0123456789";
|
||||
const char movement_valid_position_1_chars[] = " ABCDEFHlJLNORTtUX-='01378";
|
||||
|
||||
void cb_mode_btn_interrupt(void);
|
||||
void cb_light_btn_interrupt(void);
|
||||
void cb_alarm_btn_interrupt(void);
|
||||
|
||||
Reference in New Issue
Block a user