]> git.earman.xyz Git - sensor-watch.git/commitdiff
watch_display_string: update deprecation notes
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 18 May 2025 03:24:18 +0000 (23:24 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 18 May 2025 03:24:18 +0000 (23:24 -0400)
watch-library/shared/watch/watch_slcd.h

index a129c6e70ef313ea2d35c9876be98469daedb45e..e850c59516a8843f16231f636bd8e157f274fb46 100644 (file)
@@ -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