From 168315bb26b950ed6c5288b61f33e423c0e05a65 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sat, 14 Jun 2025 17:54:31 +0300 Subject: [PATCH] doc: changed function description --- include/zh_160x_i2c.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/zh_160x_i2c.h b/include/zh_160x_i2c.h index 85f4165..2b84e50 100644 --- a/include/zh_160x_i2c.h +++ b/include/zh_160x_i2c.h @@ -33,7 +33,7 @@ extern "C" * @brief Sets the cursor to a specific position on the LCD. * * @param[in] handle Pointer to unique PCF8574 handle. - * @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. @@ -75,7 +75,7 @@ extern "C" * @brief Displays a progress bar on a specific row of the LCD. * * @param[in] handle Pointer to unique PCF8574 handle. - * @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. @@ -86,7 +86,7 @@ extern "C" * @brief Clears a specific row on the LCD. * * @param[in] handle Pointer to unique PCF8574 handle. - * @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. */