From 9002dbcff14bfc19945b6ec43da5f06f78241eb8 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sat, 14 Jun 2025 17:55:47 +0300 Subject: [PATCH] wip: --- include/zh_160x.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/zh_160x.h b/include/zh_160x.h index 0a89005..08c8ca4 100644 --- a/include/zh_160x.h +++ b/include/zh_160x.h @@ -48,7 +48,7 @@ extern "C" /** * @brief Sets the cursor to a specific position on the LCD. * - * @param[in] row The row number (0 or 1). + * @param[in] row The row number. * @param[in] col The column number (0–15). * * @return ESP_OK if success or an error code otherwise. @@ -86,7 +86,7 @@ extern "C" /** * @brief Displays a progress bar on a specific row of the LCD. * - * @param[in] row The row number (0 or 1). + * @param[in] row The row number. * @param[in] progress The progress percentage (0–100). * * @return ESP_OK if success or an error code otherwise. @@ -96,7 +96,7 @@ extern "C" /** * @brief Clears a specific row on the LCD. * - * @param[in] row The row number (0 or 1). + * @param[in] row The row number. * * @return ESP_OK if success or an error code otherwise. */