Merge pull request #13 from eiriksm/eiriksm-patch-6
Fix simulator LCD handling
This commit is contained in:
commit
7330f26957
@ -37,6 +37,10 @@ static long blink_interval_id = - 1;
|
|||||||
static bool tick_state;
|
static bool tick_state;
|
||||||
static long tick_interval_id = -1;
|
static long tick_interval_id = -1;
|
||||||
|
|
||||||
|
watch_lcd_type_t watch_get_lcd_type(void) {
|
||||||
|
return WATCH_LCD_TYPE_CLASSIC;
|
||||||
|
}
|
||||||
|
|
||||||
void watch_enable_display(void) {
|
void watch_enable_display(void) {
|
||||||
watch_clear_display();
|
watch_clear_display();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user