diff --git a/boards/xtensa/esp32/common/include/esp32_ht16k33.h b/boards/xtensa/esp32/common/include/esp32_ht16k33.h index 9464ecc893..877c9d4102 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 08f3a2e3cf..5bc0063304 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