Shrink date display on Basalt (remove dot)
This commit is contained in:
@@ -124,7 +124,7 @@ static void update_minute_1() {
|
|||||||
// write the current date into a buffer & format
|
// write the current date into a buffer & format
|
||||||
static char s_date_buffer[16];
|
static char s_date_buffer[16];
|
||||||
#if PBL_DISPLAY_WIDTH <= 144
|
#if PBL_DISPLAY_WIDTH <= 144
|
||||||
strftime(s_date_buffer, sizeof(s_date_buffer), "%m .%d", tick_time);
|
strftime(s_date_buffer, sizeof(s_date_buffer), "%m%d", tick_time);
|
||||||
#else
|
#else
|
||||||
strftime(s_date_buffer, sizeof(s_date_buffer), "%m.%d", tick_time);
|
strftime(s_date_buffer, sizeof(s_date_buffer), "%m.%d", tick_time);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user