You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/25 16:00:52 UTC

[incubator-nuttx] 02/02: Fix typo on HT16K33 name

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 5500dcdf643df713112774101c31dffcf287c839
Author: Alan C. Assis <ac...@gmail.com>
AuthorDate: Sun Jul 25 11:35:16 2021 -0300

    Fix typo on HT16K33 name
---
 boards/xtensa/esp32/common/include/esp32_ht16k33.h | 2 +-
 drivers/lcd/Kconfig                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards/xtensa/esp32/common/include/esp32_ht16k33.h b/boards/xtensa/esp32/common/include/esp32_ht16k33.h
index 9464ecc..877c9d4 100644
--- a/boards/xtensa/esp32/common/include/esp32_ht16k33.h
+++ b/boards/xtensa/esp32/common/include/esp32_ht16k33.h
@@ -63,7 +63,7 @@ extern "C"
  * Name: board_ht16k33_initialize
  *
  * Description:
- *   Initialize and register the HT16K32 LED Display.
+ *   Initialize and register the HT16K33 LED Display.
  *
  * Input Parameters:
  *   devno - The device number, used to build the device path as /dev/slcdN
diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig
index 08f3a2e..5bc0063 100644
--- a/drivers/lcd/Kconfig
+++ b/drivers/lcd/Kconfig
@@ -1452,12 +1452,12 @@ config LCD_ST7032
 		the ground. So only I2C pins SDA and SCL are used by NuttX.
 
 config LCD_HT16K33
-	bool "Holtek HT16K32 4 Digits 14-Segment Display"
+	bool "Holtek HT16K33 4 Digits 14-Segment Display"
 	default n
 	depends on I2C
 	---help---
 		Enable support for Holtek HT16K33 (and Vinka VK16K33) 4 Digits
-		14-Segment module: 0.54" 14-segment LED HT16K32 Backpack.
+		14-Segment module: 0.54" 14-segment LED HT16K33 Backpack.
 
 if LCD_HT16K33
 config LCD_HT16K33_MULT_MODULE