From a64386dd8e88b240a554277000558cd903b9583a Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 17 May 2025 23:24:18 -0400 Subject: [PATCH] watch_display_string: update deprecation notes --- watch-library/shared/watch/watch_slcd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/watch-library/shared/watch/watch_slcd.h b/watch-library/shared/watch/watch_slcd.h index a129c6e7..e850c595 100644 --- a/watch-library/shared/watch/watch_slcd.h +++ b/watch-library/shared/watch/watch_slcd.h @@ -118,8 +118,7 @@ void watch_clear_display(void); /** @brief Displays a string at the given position, starting from the top left. There are ten digits. A space in any position will clear that digit. - * @deprecated This function is deprecated. Use `watch_display_top_left`, `watch_display_top_right` - and `watch_display_main_line` instead + * @deprecated Use `watch_display_text` and `watch_display_text_with_fallback` instead. * @param string A null-terminated string. * @param position The position where you wish to start displaying the string. The day of week digits * are positions 0 and 1; the day of month digits are positions 2 and 3, and the main