mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
Fix typo on HT16K33 name
This commit is contained in:
parent
5b465345c7
commit
5500dcdf64
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue