]> git.earman.xyz Git - sensor-watch.git/commitdiff
Fix simulator LCD handling
authorEirik Stanghelle Morland <eirik@morland.no>
Sun, 9 Mar 2025 07:29:05 +0000 (08:29 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 07:29:05 +0000 (08:29 +0100)
watch-library/simulator/watch/watch_slcd.c

index c248dcffe121396a67c96bef051d048f27ff5321..e0a4dc326d6c8245ebb13ba19e2bed871593b60a 100644 (file)
@@ -37,6 +37,10 @@ static long blink_interval_id = - 1;
 static bool tick_state;
 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) {
     watch_clear_display();
 }