This commit is contained in:
2025-06-14 17:50:35 +03:00
parent a458b721fd
commit 17e05dbf77

View File

@ -16,7 +16,7 @@ extern "C"
typedef struct // Structure for initial initialization of LCD 160X.
{
bool lcd_size; // LCD size (ZH_LCD_16X2 or ZH_LCD_16X4).
bool lcd_size; // LCD size (ZH_LCD_16X2 or ZH_LCD_16X4).
uint8_t rs_gpio_number; // GPIO connected to RS of LCD 160X.
uint8_t e_gpio_number; // GPIO connected to E of LCD 160X.
uint8_t d0_gpio_number; // GPIO connected to D0 of LCD 160X. @note Required for 8 bit work mode only.